Skip to content
Snippets Groups Projects
Commit c482eff2 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Doxygen omits directories without documentation.

parent 81b720c7
No related branches found
No related tags found
1 merge request!15Nina
...@@ -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
......
...@@ -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
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