Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
5f872595
Commit
5f872595
authored
Jun 04, 2019
by
Micha Mueller
Browse files
Minor improvements to doc/Doxyfile; remove previous lib/Doxyfile
parent
57dde4ee
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5f872595
...
...
@@ -4,6 +4,8 @@ install/
## Ignore DCDB generated documentation
doc/html
doc/dcdb_documentation.html
doc/dox_stderr.txt
## Ignore object files and other binaries
*.o
...
...
Makefile
View file @
5f872595
...
...
@@ -100,7 +100,7 @@ cleandeps:
cleandoc
:
@
echo
"Cleaning doc/html..."
@
rm
-rf
doc/html
@
rm
-rf
doc/html
&&
rm
doc/dcdb_documentation.html
&&
rm
doc/dox_stderr.txt
cleanall
:
clean cleandeps cleandoc
...
...
@@ -117,7 +117,7 @@ mrproper: distclean
doc
:
@
echo
"Generating doxygen HTML documentation..."
@
cd
doc/
&&
doxygen Doxyfile
@
cd
doc/
&&
doxygen Doxyfile
&&
ln
-sf
./html/index.html ./dcdb_documentation.html
@
echo
"Generated docs into doc/html"
all
:
check-cross-compile deps $(foreach s
,
$(SUB_DIRS)
,
$(s)-build)
...
...
doc/Doxyfile
View file @
5f872595
# Doxyfile
1.8.11
#
DCDB
Doxyfile
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
...
...
@@ -44,7 +44,7 @@ PROJECT_NUMBER = 0.3
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "Data
Center DataBase"
PROJECT_BRIEF = "DataCenter DataBase"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
...
...
@@ -309,7 +309,7 @@ AUTOLINK_SUPPORT = YES
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT =
YES
BUILTIN_STL_SUPPORT =
NO
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
...
...
@@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
EXTRACT_ALL =
YES
EXTRACT_ALL =
NO
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
...
...
@@ -759,7 +759,7 @@ WARN_FORMAT = "$file:$line: $text"
# messages should be written. If left blank the output is written to standard
# error (stderr).
WARN_LOGFILE =
WARN_LOGFILE =
dox_stderr.txt
#---------------------------------------------------------------------------
# Configuration options related to the input files
...
...
@@ -771,7 +771,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ./..
INPUT = ./..
/analytics ./../collectagent ./../common ./../dcdbpusher ./../lib ./../tools
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
@@ -1179,7 +1179,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP =
NO
HTML_TIMESTAMP =
YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
...
...
@@ -2326,7 +2326,7 @@ DOT_IMAGE_FORMAT = png
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG =
NO
INTERACTIVE_SVG =
YES
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
...
...
@@ -2409,7 +2409,7 @@ DOT_TRANSPARENT = NO
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS =
NO
DOT_MULTI_TARGETS =
YES
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
...
...
lib/Doxyfile
deleted
100644 → 0
View file @
57dde4ee
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment