GTK-Doc 1.9

Al usar XML en lugar de SGML, actualmente se puede nombrar el documento maestro <paquete>-docs.xml.

Esta versión soporta SCAN_OPTIONS=--rebuild-sections en Makefile.am. Cuando está activada, el archivo <paquete>-sections.txt se genera automáticamente y se puede quitar del control de versiones. Esto sólo funciona en proyectos que tienen una estructura regular (ej. cada pareja .{c,h} creará una sección nueva). Si se organiza un proyecto parecido a esto, actualizar una sección mantenida manualmente puede ser tan sencillo como ejecutar meld <paquete>-decl-list.txt <paquete>-sections.txt.

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 you source control system and haven't yet switched, just add the flag to configure.ac and you are done.