Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
c482eff2
There was an error fetching the commit references. Please try again later.
Commit
c482eff2
authored
6 years ago
by
Tomáš Oberhuber
Committed by
Tomáš Oberhuber
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen omits directories without documentation.
parent
81b720c7
No related branches found
No related tags found
1 merge request
!15
Nina
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile
+17
-1
17 additions, 1 deletion
Doxyfile
generate-doc
+2
-1
2 additions, 1 deletion
generate-doc
with
19 additions
and
2 deletions
Doxyfile
+
17
−
1
View file @
c482eff2
...
@@ -889,7 +889,23 @@ EXCLUDE_SYMLINKS = NO
...
@@ -889,7 +889,23 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */Communicators/* \
*/Config/* \
*/Containers/* \
*/Debugging/* \
*/Devices/* \
*/DistributedContainers/* \
*/Exceptions/* \
*/Experimental/* \
*/Functions/* \
*/Images/* \
*/Matrices/* \
*/Meshes/* \
*/Operators/* \
*/Pointers/* \
*/Problems/* \
*/Solvers/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# (namespaces, classes, functions, etc.) that should be excluded from the
...
...
This diff is collapsed.
Click to expand it.
generate-doc
+
2
−
1
View file @
c482eff2
...
@@ -15,6 +15,7 @@ done
...
@@ -15,6 +15,7 @@ done
doxygen
doxygen
if
[[
"
$INSTALL
"
==
"yes"
]]
;
then
if
[[
"
$INSTALL
"
==
"yes"
]]
;
then
cp
-r
Documentation/
*
${
PREFIX
}
/share/doc
mkdir
-p
${
PREFIX
}
/share/doc/tnl
cp
-r
Documentation/
*
${
PREFIX
}
/share/doc/tnl
fi
fi
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