diff options
author | Petre Eftime <[email protected]> | 2016-02-02 17:28:45 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-02-02 17:28:45 +0200 |
commit | 3cfe258fc1d6ef0e5e606fc17744479427705bd7 (patch) | |
tree | ac7ad90cdc2e568af1a98c3cd1307952fab753e5 /Doxyfile.cpp.in | |
parent | ffda062a689e303702005f24a87a164dee8cba8b (diff) |
docs: modify color for Java documentation
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index ef7d9c45..34ea7241 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -827,7 +827,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR/examples/ +EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and |