diff options
author | Steffen Vogel <post@steffenvogel.de> | 2015-09-19 13:19:27 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-09-19 14:22:29 (GMT) |
commit | 69851e24c7db9474316c5d97caf5e645fac69816 (patch) | |
tree | ee0b5fbafaa449891f8a9f819712f493fb97bad4 | |
parent | 2955fd003de43672391fe7ded87f61afad66b13a (diff) | |
download | libnl-69851e24c7db9474316c5d97caf5e645fac69816.zip libnl-69851e24c7db9474316c5d97caf5e645fac69816.tar.gz libnl-69851e24c7db9474316c5d97caf5e645fac69816.tar.bz2 |
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
-rw-r--r-- | doc/Doxyfile.in | 2 | ||||
-rw-r--r-- | doc/api/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 50e8f0c..0c4fcc4 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 e57ca88..cdef49d 100644 --- a/doc/api/.gitignore +++ b/doc/api/.gitignore @@ -4,5 +4,6 @@ *.map *.md5 *.js +*.tag formula.repository jquery.js |