summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorTom Rondeau2011-09-26 17:57:01 -0400
committerTom Rondeau2011-09-26 21:24:38 -0400
commit05870f5408cb8e6015a9051cf52855551ef647a4 (patch)
treea0276c18940f687398eeadcea722b27d74bfc73b /docs/doxygen
parent2e378ce7d2d00096c700864ea8897b9a572125f5 (diff)
downloadgnuradio-05870f5408cb8e6015a9051cf52855551ef647a4.tar.gz
gnuradio-05870f5408cb8e6015a9051cf52855551ef647a4.tar.bz2
gnuradio-05870f5408cb8e6015a9051cf52855551ef647a4.zip
docs: fix Doxygen so it gets all generated files in builddir if this is different than srcdir.
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/Doxyfile.in2
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