diff options
| -rw-r--r-- | host/docs/Doxyfile.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index bf862c0c2..d48e50fc4 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -141,7 +141,7 @@ STRIP_FROM_PATH        = @CMAKE_SOURCE_DIR@  # definition is used. Otherwise one should specify the include paths that  # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH    = +STRIP_FROM_INC_PATH    = @CMAKE_SOURCE_DIR@/include  # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter  # (but less readable) file names. This can be useful if your file system  | 
