diff options
author | Tom Rondeau | 2011-09-26 17:57:01 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-26 17:57:01 -0400 |
commit | 77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d (patch) | |
tree | 1eec54241c7c88e821113c64e40462b2de2d5e79 /docs/doxygen/Doxyfile.in | |
parent | dd63208289584f764ad69f36fbd552def3c761e5 (diff) | |
download | gnuradio-77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d.tar.gz gnuradio-77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d.tar.bz2 gnuradio-77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d.zip |
docs: fix Doxygen so it gets all generated files in builddir if this is different than srcdir.
Diffstat (limited to 'docs/doxygen/Doxyfile.in')
-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 f12dd61b7..1f544e5bd 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -552,7 +552,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@ +INPUT = @top_srcdir@ @top_builddir@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |