Skip to content

Commit

Permalink
[Doc] Enable generation of subdirectories to store the output
Browse files Browse the repository at this point in the history
The files kinetics.h and onedim.h are present as high-level application 
include files and as lower-level implementation include files. Doxygen 
generates HTML documentation for all files in the same folder, and on 
case-insensitive file systems, the documetation for the application and 
the implementation files will shadow each other. This commit enables the 
option to put documentation files into subfolders in the root directory, 
hopefully separating these "duplicate" files
  • Loading branch information
bryanwweber authored and speth committed Jul 29, 2018
1 parent 0d55977 commit b84d3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ OUTPUT_DIRECTORY = build/docs/doxygen
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.

CREATE_SUBDIRS = NO
CREATE_SUBDIRS = YES

# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
Expand Down

0 comments on commit b84d3e3

Please sign in to comment.