summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 3.2.15 releaselibnl3_2_15Thomas Graf2012-11-231-1/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* doc: Revert to default stylesheetThomas Graf2012-11-121-157/+453
| | | | | | | Use of a custom stylesheet breaks with almost every release of doxygen and is thus completely unuseable. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* doc: update Doxygen layout file to latest formatThomas Graf2012-11-111-12/+15
| | | | Sigend-off-by: Thomas Graf <tgraf@suug.ch>
* nl: improve API doc of transmit functionsThomas Graf2012-11-083-2/+10
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: increase dot max graph nodes to 100Thomas Graf2012-11-071-1/+1
|
* Don't include doc/ in toplevel distThomas Graf2012-10-221-1/+1
| | | | | | | On a second thought, don't include doc/ in dist at all and distribute it separately. The doc source files are available in the git tree anyway. Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Split doc/ into separate packagesThomas Graf2012-10-1911-67/+1280
| | | | | | | | | | 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: mark route.txt as WIPThomas Graf2012-10-191-0/+3
|
* link: Support link groupingThomas Graf2012-10-091-0/+14
| | | | | | | | | | New functions: rtnl_link_set_group(link, group) rtnl_link_get_group(link) The group identifier is printed in the brief section as "group N" Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Provide documentation for link promis counter and rx/tx queuesThomas Graf2012-10-091-5/+38
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* Merge branch 'doxyfile' of https://github.com/socketpair/libnlThomas Graf2012-08-312-1802/+1
|\
| * Remove auto-generated Doxyfile from gitКоренберг Марк2012-08-302-1802/+1
| | | | | | | | Also, add it to gitignore
* | doc: Update Doxyfile.in to latest syntaxThomas Graf2012-08-311-107/+263
|/
* 3.2.12 releaselibnl3_2_12Thomas Graf2012-08-301-1/+1
|
* doc: Update Doxyfile config to latest releaseThomas Graf2012-08-301-0/+1802
|
* doc: documentation restructuringThomas Graf2012-05-108-48/+37
| | | | | | | | | | - 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
* doc: add section about addressingThomas Graf2012-05-092-39/+150
| | | | | | Adds a new section to netlink fundamentals explaining the common addressing use cases and illustrates kernel->user, user->user, and user->kernel communication.
* doc: Check documentation generation requirements with autoconfThomas Graf2012-05-092-2/+29
| | | | | | Adds --enable-doc/--disable-doc, if omitted doc will only be build if requirements are met. If explicitely enabled, configure script will fail if requirements are not met.
* Fix two bugs in 3.2.8/doc/Jeroen Roovers2012-05-072-2/+2
| | | | | | | | | | | | 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
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-211-0/+76
|
* doc: Fix incorrect nl_socket_add_memberships() exampleThomas Graf2012-03-261-1/+1
| | | | | Reported by: Andrew Collins <bsderandrew@gmail.com> Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Fix typos in autoconf exampleThomas Graf2012-02-221-2/+2
| | | | Reported by nick black <dankamongmen@gmail.com>
* Switch to libtool versioning systemThomas Graf2011-09-131-2/+21
| | | | | | | | | | | | | | | | | | It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
* asciidoc xhtml stylesheetThomas Graf2011-09-131-0/+333
|
* remove dist lines for non existing filesThomas Graf2011-09-081-7/+0
|
* doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1Thomas Graf2011-08-121-1/+1
|
* Include all files necessary to build documentation in distributionThomas Graf2011-08-111-0/+76
|
* Allow building documentation out of the treeThomas Graf2011-08-111-6/+6
| | | | Patch originally provided by Gaudenz Steinlin <gaudenz@debian.org>
* 3.1 releaseThomas Graf2011-08-112-9/+10
|
* Updated link documentationThomas Graf2011-07-286-85/+307
| | | | | | | - API documentation - developer guide - enabled doxygen navbar - fixed css
* Hack doxygen CSS to avoid stupid margins in modules listingThomas Graf2011-07-271-0/+9
|
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-211-0/+1
|
* ignore various generated filesThomas Graf2011-07-212-0/+3
|
* more documentation updatesThomas Graf2011-07-2114-235/+998
| | | | | | | | | - 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-1816-215/+2316
| | | | | | | - update to asciidoc 8.6.5 - added doc/README - switched to toc2 - started adding link documentation
* documentation updatesThomas Graf2011-07-1425-377/+756
|
* 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