Skip to content
Snippets Groups Projects
Commit d50ad41c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Improved developer doc

Changed Doxygen options so that full source is included. Source 
files are also easier to be navigated in the browser now.
parent 0a54692d
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ INLINE_INHERITED_MEMB = YES
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.
FULL_PATH_NAMES = NO
FULL_PATH_NAMES = YES
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
......@@ -115,7 +115,7 @@ FULL_PATH_NAMES = NO
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH =
STRIP_FROM_PATH = ../src
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
......@@ -387,7 +387,7 @@ SHOW_USED_FILES = YES
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
SHOW_DIRECTORIES = NO
SHOW_DIRECTORIES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from the
......@@ -577,7 +577,7 @@ INLINE_SOURCES = NO
# doxygen to hide any special comment blocks from generated source code
# fragments. Normal C and C++ comments will always remain visible.
STRIP_CODE_COMMENTS = YES
STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES (the default)
# then for each documented function all documented
......
#!/bin/bash
sed s:@SRCDIR@:"$(echo ../src/*)": Doxyfile.in > Doxyfile
sed s:@SRCDIR@:"$(echo ../src/*/)": Doxyfile.in > Doxyfile
cat ../src/*/*cpp |
awk '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment