summaryrefslogtreecommitdiffstats
path: root/doc/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: use AC_CONFIG_AUX_DIRJan Engelhardt2012-11-261-6/+5
| | | | | | Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* doc: Split doc/ into separate packagesThomas Graf2012-10-191-0/+6
| | | | | | | | | | Separates all the documentation generation trickery to its own configure.in and allows to easily generate a pre built doc dist file for distribution. Arguments to configure will be passed on to doc/configure Signed-off-by: Thomas Graf <tgraf@redhat.com>
* Remove auto-generated Doxyfile from gitКоренберг Марк2012-08-301-0/+1
| | | | Also, add it to gitignore
* Move to asciidocThomas Graf2011-03-311-0/+2
The core library documentation has been converted to use asciidoc. It provides better flexibility in creating documentation such as tables and more powerful formatting rules. The doxygen based API reference remains and three scripts have been added to: - gen-tags.sh: extract tag information from doxygen reference - tags2dict.sh: generate a name=link dictionary file - doxygen-link.py: replace all references in the asciidoc documentation refering to API functions, struct, etc. with a link into the doxygen API reference. 'make gendoc' continue to generate all documentation. The following tools are required to generate documentation: - asciidoc - mscgen - asciidoc mscgen plugin - pygments - xmlstarlet