Skip to content

Commit 5073795

Browse files
authored
Make user enter directory for reference generation. (#1006)
1 parent 37699f8 commit 5073795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = docs
61+
OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT_DIRECTORY)
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and

0 commit comments

Comments
 (0)