Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
doxygen: fix extra stylesheet path
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
cmake_templates/Doxyfile.in
|
@@ -843,7 +843,7 @@ HTML_STYLESHEET = |
|
|
# Assumes Doxygen is run from this directory (/cmake_templates) - if not, |
|
|
# correct the path |
|
|
|
|
|
HTML_EXTRA_STYLESHEET = ../doc/api_custom.css |
|
|
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/doc/api_custom.css |
|
|
|
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. |
|
|
# Doxygen will adjust the colors in the stylesheet and background images |
|
|