diff options
author | Thomas Graf <tgraf@suug.ch> | 2011-03-31 12:25:57 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-03-31 12:25:57 (GMT) |
commit | 350b15f9d13fdb33e63d2b9cb09872e22bfbe5c9 (patch) | |
tree | 8ef7d3b62be8cc3dae5f48bccb27e53b9c02a0e1 /doc/api/.gitignore | |
parent | 7c620500bbca24c3d18b731756c375a45bb0fcba (diff) | |
download | libnl-350b15f9d13fdb33e63d2b9cb09872e22bfbe5c9.zip libnl-350b15f9d13fdb33e63d2b9cb09872e22bfbe5c9.tar.gz libnl-350b15f9d13fdb33e63d2b9cb09872e22bfbe5c9.tar.bz2 |
Move to asciidoc
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
Diffstat (limited to 'doc/api/.gitignore')
-rw-r--r-- | doc/api/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/.gitignore b/doc/api/.gitignore new file mode 100644 index 0000000..18a5fd8 --- /dev/null +++ b/doc/api/.gitignore @@ -0,0 +1,6 @@ +*.html +*.png +*.css +*.map +*.md5 +formula.repository |