Skip to content

Commit 60b14ba

Browse files
committed
update Doxygen
1 parent ea2bf33 commit 60b14ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "2d Unsteady Vortex Panel Method"
35+
PROJECT_NAME = "PANKH"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -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 =
61+
OUTPUT_DIRECTORY = docs
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
@@ -864,7 +864,7 @@ FILE_PATTERNS = *.c \
864864
# be searched for input files as well.
865865
# The default value is: NO.
866866

867-
RECURSIVE = NO
867+
RECURSIVE = YES
868868

869869
# The EXCLUDE tag can be used to specify files and/or directories that should be
870870
# excluded from the INPUT source files. This way you can easily exclude a

0 commit comments

Comments
 (0)