mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-27 12:10:25 +00:00
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:
parent
2955fd003d
commit
69851e24c7
@ -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
1
doc/api/.gitignore
vendored
@ -4,5 +4,6 @@
|
||||
*.map
|
||||
*.md5
|
||||
*.js
|
||||
*.tag
|
||||
formula.repository
|
||||
jquery.js
|
||||
|
Loading…
Reference in New Issue
Block a user