summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix URLs and typoPeter Wu2016-08-141-3/+3
| | | | | Signed-off-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Thomas Haller <thaller@redhat.com>
* doc: state in documentation that libnl3 is supposed to work with 3.x kernelsThomas Haller2014-06-271-2/+2
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* nl: improve API doc of transmit functionsThomas Graf2012-11-081-0/+7
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: documentation restructuringThomas Graf2012-05-101-12/+5
| | | | | | | | | | - changes the modules hierarchy to better represent the set of libaries - list the header file that needs to be included - remove examples/doc from api ref that is included in the guide - add references to the guide - fix doxygen api linking for version 1.8.0 - readd doxygen mainpage to config file - fix a couple of doxygen doc bugs
* Updated link documentationThomas Graf2011-07-281-0/+35
| | | | | | | - API documentation - developer guide - enabled doxygen navbar - fixed css
* documentation updatesThomas Graf2011-07-1420-368/+1
|
* Move to asciidocThomas Graf2011-03-311-2303/+0
| | | | | | | | | | | | | | | | | | | | | | | 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-2717-254/+2077
|
* Documentation updatesThomas Graf2010-11-195-0/+908
- 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