GTK-Doc 1.9

Wenn Sie XML anstatt SGML verwenden, können Sie das Hauptdokument <package>-docs.xml nennen.

Diese Version unterstützt SCAN_OPTIONS=--rebuild-sections in Makefile.am. Wenn dies aktiviert ist, wird die Datei <package>-sections.txt automatisch erzeugt und kann aus der Versionsverwaltung entfernt werden. Dies funktioniert nur sauber in Projekten, die eine strikt »reguläre« Struktur haben (zum Beispiel erzeugt jedes .{c,h}-Paar einen neuen Abschnitt). In einem solch sauber organisierten Projekt kann dann mit dem Befehl meld <package>-decl-list.txt <package>-sections.txt eine manuell verwaltete Abschnittsdatei sehr einfach aktualisiert werden.

Version 1.8 already introduced the syntax for documenting sections in the sources instead of the separate files under tmpl. This version adds options to switch the whole doc module to not use the extra tmpl build step at all, by using --flavour no-tmpl in configure.ac. If you don't have a tmpl checked into your source control system and haven't yet switched, just add the flag to configure.ac and you are done.