summaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile.in
Commit message (Collapse)AuthorAgeFilesLines
* doc: enable generation of Doxygen tagfile for libnl API referenceSteffen Vogel2015-09-191-1/+1
| | | | | | | | | This enables other projects which are using Doxygen for documentation to automatically create hyperlinks to libnl's API reference. See: http://www.stack.nl/~dimitri/doxygen/manual/external.html https://github.com/thom311/libnl/pull/89
* Add support for inet diag Netlink protocol.Joe Damato2013-07-191-0/+2
| | | | | | | | | | | | | - Inet diag allows users to gather low-level socket information. - This library provides a higher-level API for creating inetdiag requests (via idiagnl_connect and idiagnl_send_simple) and parsing the replies (via idiagnl_msg_parse). A cache is also provided (via idiagnl_msg_alloc_cache). - Request and message objects provide APIs for accessing and setting the various properties of each. - This library also allows the user to parse the inetdiag response attributes which contain information about traffic class, TOS, congestion, socket memory info, and more depending on the kernel version used. - Includes doxygen documentation.
* nl: improve API doc of transmit functionsThomas Graf2012-11-081-1/+3
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: increase dot max graph nodes to 100Thomas Graf2012-11-071-1/+1
|
* doc: Split doc/ into separate packagesThomas Graf2012-10-191-5/+5
| | | | | | | | | | 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>
* doc: Update Doxyfile.in to latest syntaxThomas Graf2012-08-311-107/+263
|
* doc: documentation restructuringThomas Graf2012-05-101-6/+7
| | | | | | | | | | - 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
* Fix two bugs in 3.2.8/doc/Jeroen Roovers2012-05-071-1/+1
| | | | | | | | | | | | doc/Doxyfile.in: Refer to @top_srcdir@ instead of @src_dir@ doc/Makefile.in: Set .PHONY to api_ref instead of api_refs http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/ Cheers, jer
* doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1Thomas Graf2011-08-121-1/+1
|
* Allow building documentation out of the treeThomas Graf2011-08-111-6/+6
| | | | Patch originally provided by Gaudenz Steinlin <gaudenz@debian.org>
* Updated link documentationThomas Graf2011-07-281-5/+11
| | | | | | | - API documentation - developer guide - enabled doxygen navbar - fixed css
* more documentation updatesThomas Graf2011-07-211-1/+1
| | | | | | | | | - 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-141-1/+1
|
* Move to asciidocThomas Graf2011-03-311-2/+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
* Tons of documentationThomas Graf2010-11-271-2/+2
|
* Documentation updatesThomas Graf2010-11-191-6/+7
| | | | | | | | | | | - 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}
* [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION numberMichael Biebl2008-01-101-0/+1259