diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 23:30:09 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 23:30:09 -0400 |
commit | 6d5040371d73b5b12ed6946ddaa4e86c6c81826f (patch) | |
tree | d37b42e1d3befb43a07e0d064bd0b03842291b0c /docs | |
parent | c182a39e22f44b0d1fe1e56d123b564ba1cf6a98 (diff) |
docs: force a directory to be checked for generated PMT include file to remove a warning.
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 a49aa2a6f0..356ababfe5 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1307,7 +1307,7 @@ SEARCH_INCLUDES = YES # contain include files that are not input files but should be processed by # the preprocessor. -INCLUDE_PATH = +INCLUDE_PATH = @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 |