summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Move to asciidocThomas Graf2011-03-3145-2307/+3365
| | | | | | | | | | | | | | | | | | | | | | | 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
* Tons of documentationThomas Graf2010-11-2718-256/+2079
|
* Documentation updatesThomas Graf2010-11-197-367/+1442
| | | | | | | | | | | - moved documentation from lib/doc.c to doc/src/ - splitted pages into separate files - worked over core sections, explaining the receiving and sending behaviour in much more details including the the available mechanisms to customize the behaviour - updated the html stylesheet file for increased readability, probably needs some doxygen patching to achieve what I am looking for. - enabled call graphs, not expanded by default
* update Doxyfile to latest versionThomas Graf2010-11-161-544/+922
|
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-0/+1
| | | | | Moved common code in src/ used by CLI tools to src/lib/ for possible use by other CLI tools. Just link to libnl-cli.{so|la}
* Move to automake-based buildJan Engelhardt2009-06-222-35/+9
| | | | | | | | | | | | Issues solved: * PACKAGE_VERSION was abused for SOVERSION * unneeded DEP stage * did not support out-of-tree builds * no way to turn off silent mode * overriding CFLAGS at make time was not supported * no static libs were provided Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Update doc style sheet to latest defaultThomas Graf2008-12-031-67/+230
|
* [PATCH] Remove autogenerated files from git and add them to .gitignore.Michael Biebl2008-01-101-1259/+0
|
* [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION numberMichael Biebl2008-01-102-1/+1260
|
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-091-0/+1
|
* Initial importThomas Graf2007-09-143-0/+1604