diff options
author | David Robillard <d@drobilla.net> | 2012-02-08 18:37:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-08 18:37:44 +0000 |
commit | 4e5114b3c919215a54d65aa32dff6d0547c6dbe6 (patch) | |
tree | 5ab50f13a00ed3b742c130f37ba22eb9ed7745a4 /Doxyfile | |
parent | 1ff807773c014b969c2f2dfad0b5a82cd0ee55d8 (diff) | |
download | lv2-4e5114b3c919215a54d65aa32dff6d0547c6dbe6.tar.xz |
Move Doxygen tag reading into lv2specgen and avoid intermediary file.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1315,7 +1315,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 = c_tags +GENERATE_TAGFILE = tags # 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 |