You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doyxgen includes build paths quite excessively. First, these lines in docs/Doxyfile.in include absolute paths after the CMake configure_file command in Doxyfile.
The generated Doxyfile should contain build paths - as it also should not be installed.
So far I have set STRIP_FROM_PATH = @CMAKE_BINARY_DIR@ @CMAKE_SOURCE_DIR STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@/include @CMAKE_BINARY_DIR@ @CMAKE_SOURCE_DIR@/lib SHOW_USED_FILES = NO EXCLUDE = @CMAKE_BINARY_DIR@ @CMAKE_SOURCE_DIR@/cpu_features @CMAKE_SOURCE_DIR@/README.md @CMAKE_SOURCE_DIR@/cmake @CMAKE_SOURCE_DIR@/docs/AUTHORS_RESUBMITTING_UNDER_LGPL_LICENSE.md @CMAKE_SOURCE_DIR@/apps @CMAKE_SOURCE_DIR@/lib/*qa* @CMAKE_SOURCE_DIR@/tmpl REFERENCES_LINK_SOURCE = NO SOURCE_TOOLTIPS = NO HTML_FOOTER = ""
which has greatly reduced the number of build paths in the generated HTML documentation.
But for whatever reason, I cannot seem to make
unionp__decision__t.html
structchar__split.html
uniondecision__t.html
structdword__split.html
put too much of the build path into the include line.
Doyxgen includes build paths quite excessively. First, these lines in
docs/Doxyfile.in
include absolute paths after the CMakeconfigure_file
command inDoxyfile
.Also, doxygen includes the build path in a lot of titles, e.g.:
Doxygen seems to be problematic with relative paths.
The text was updated successfully, but these errors were encountered: