summaryrefslogtreecommitdiffstats
path: root/doc/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* asciidoc xhtml stylesheetThomas Graf2011-09-131-0/+333
|
* Updated link documentationThomas Graf2011-07-281-1/+2
| | | | | | | - API documentation - developer guide - enabled doxygen navbar - fixed css
* more documentation updatesThomas Graf2011-07-211-1/+5
| | | | | | | | | - improved stylesheets for both doxygen and asciidoc - use of xml doxygen layout - python script to resolve <<foo>> asciidoc references to <<foo, title>> based on the target caption - graphics for netlink and netlink error headers - more link documentation
* Documentation updatesThomas Graf2011-07-1811-149/+2129
| | | | | | | - update to asciidoc 8.6.5 - added doc/README - switched to toc2 - started adding link documentation
* Move to asciidocThomas Graf2011-03-312-0/+490
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