Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pftruth-standalone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alessandro Brusamolino
pftruth-standalone
Commits
29855bdb
Commit
29855bdb
authored
2 months ago
by
brusale
Browse files
Options
Downloads
Patches
Plain Diff
generate doxygen documentation
parent
f4dadb7b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile
+70
-0
70 additions, 0 deletions
Doxyfile
run-workflow.sh
+2
-0
2 additions, 0 deletions
run-workflow.sh
with
72 additions
and
0 deletions
Doxyfile
0 → 100644
+
70
−
0
View file @
29855bdb
# Doxyfile 1.8.17
# Project related settings
PROJECT_NAME = "PFTruth Standalone"
PROJECT_BRIEF = "A standalone project for PFTruth"
OUTPUT_DIRECTORY = /web/abrusamolino/public_html/PFTruthStandalone/
OUTPUT_LANGUAGE = English
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
MARKDOWN_SUPPORT = YES
# Build related settings
EXTRACT_ALL = YES
SHOW_INCLUDE_FILES = YES
SHOW_USED_FILES = YES
SHOW_FILES = YES
SHOW_NAMESPACES = YES
# Configuration options related to the input files
INPUT = src interface
FILE_PATTERNS = *.h *.cc
RECURSIVE = YES
# Configuration options related to source browsing
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES
SOURCE_TOOLTIPS = YES
# Configuration options related to the alphabetical index
ALPHABETICAL_INDEX = YES
# Configuration options related to the HTML output
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_TIMESTAMP = YES
HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
TREEVIEW_WIDTH = 250
SEARCHENGINE = YES
# Configuration options related to the LaTeX output
GENERATE_LATEX = NO
LATEX_TIMESTAMP = YES
# Configuration options related to the preprocessor
MACRO_EXPANSION = YES
SEARCH_INCLUDES = YES
SKIP_FUNCTION_MACROS = YES
# Configuration options related to the dot tool
CLASS_DIAGRAMS = YES
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
INTERACTIVE_SVG = YES
DOT_TRANSPARENT = YES
DOT_MULTI_TARGETS = YES
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
\ No newline at end of file
This diff is collapsed.
Click to expand it.
run-workflow.sh
+
2
−
0
View file @
29855bdb
...
...
@@ -123,6 +123,8 @@ if $recompile ; then
print_step
"Compiling the project"
make
-s
-j
$NWORKERS
cd
${
CURRENT_DIR
}
print_step
"Generating the documentation"
doxygen Doxyfile
fi
if
$run_merging
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment