summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteffen Vogel <post@steffenvogel.de>2015-09-19 15:19:27 +0200
committerThomas Haller <thaller@redhat.com>2015-09-19 16:22:29 +0200
commit69851e24c7db9474316c5d97caf5e645fac69816 (patch)
treeee0b5fbafaa449891f8a9f819712f493fb97bad4 /doc
parent2955fd003de43672391fe7ded87f61afad66b13a (diff)
downloadlibnl-69851e24c7db9474316c5d97caf5e645fac69816.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/api/.gitignore1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 50e8f0c9..0c4fcc42 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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
diff --git a/doc/api/.gitignore b/doc/api/.gitignore
index e57ca889..cdef49d7 100644
--- a/doc/api/.gitignore
+++ b/doc/api/.gitignore
@@ -4,5 +4,6 @@
*.map
*.md5
*.js
+*.tag
formula.repository
jquery.js