Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/normalizinterface/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 20.5.2025 mit Größe 341 B image not shown  

Quelle  makedoc.g   Sprache: unbekannt

 
#
# Generate the manual using AutoDoc
#
if fail = LoadPackage("AutoDoc", ">= 2019.04.10") then
    Error("AutoDoc 2019.04.10 or newer is required");
fi;

AutoDoc(rec(
    extract_examples := true,
    scaffold := rec( bib := "NormalizInterface-bib.xml" ),
    autodoc := rec( files := [ "doc/intro.autodoc", "src/normaliz.cc" ] ),
));
QUIT;

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]