doc: enable generation of Doxygen tagfile for libnl API reference

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
This commit is contained in:
Steffen Vogel 2015-09-19 15:19:27 +02:00 committed by Thomas Haller
parent 2955fd003d
commit 69851e24c7
2 changed files with 2 additions and 1 deletions

View File

@ -1562,7 +1562,7 @@ TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE =
GENERATE_TAGFILE = api/libnl.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes

1
doc/api/.gitignore vendored
View File

@ -4,5 +4,6 @@
*.map
*.md5
*.js
*.tag
formula.repository
jquery.js