diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-01-03 14:32:05 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-01-03 14:32:05 -0500 |
commit | a6517c9fa394ccf48206979f1e02608055de6a0c (patch) | |
tree | 1286253eb9abef587a86cf919a25d3e7be75087d /docs | |
parent | b53f0dfb6bbd0d2c0233ba3ee192a551b111d907 (diff) |
build: maybe towards a better way of getting Doxygen docstrings to build with -jN.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.swig_doc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in index 94e14bda1b..54fdb492d7 100644 --- a/docs/doxygen/Doxyfile.swig_doc.in +++ b/docs/doxygen/Doxyfile.swig_doc.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = @CPACK_PACKAGE_VERSION@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @OUTPUT_DIRECTORY@ +OUTPUT_DIRECTORY = @OUTPUT_DIRECTORY@/tmp # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output |