Fix doxygen documentation generation
The tagfile location in the Doxyfile was wrong and would point to a non-existent location, causing make doc to fail.
This commit is contained in:
+1
-1
@@ -1596,7 +1596,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 = html/exiv2.xml
|
||||
GENERATE_TAGFILE = doc/html/exiv2.xml
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user