From 69851e24c7db9474316c5d97caf5e645fac69816 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 19 Sep 2015 15:19:27 +0200 Subject: 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 --- doc/Doxyfile.in | 2 +- doc/api/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12