diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-21 17:23:41 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-21 17:23:41 -0400 |
commit | e57c8a4f2c1846211c01583feeeb931cc98e8ff9 (patch) | |
tree | 16f453f01dc04a154316cc1a74ade222ec228614 /docs | |
parent | c643c9b022ef9c8afd4d32f91927f120a92b2ead (diff) |
docs: Fixed the include path to always find the right path.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index efdacba32b..39c388335b 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1276,7 +1276,7 @@ SEARCH_INCLUDES = YES # contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = @top_builddir@/gruel/src/lib/pmt/ +INCLUDE_PATH = @abs_top_builddir@/gruel/src/lib/pmt/ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the |