]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add comment for suppressions
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 25 Oct 2022 22:28:31 +0000 (18:28 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 25 Oct 2022 22:28:31 +0000 (18:28 -0400)
.github/workflows/indent.yml

index 4b23068b47c60b448a5825e68b3b3dd0cdc1d331..34c5a7e4eaf292d70a16e09b2d75275e470a203b 100644 (file)
@@ -35,6 +35,9 @@ jobs:
         cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DDEAL_II_DOXYGEN_USE_MATHJAX=ON ..
         make -j 2 documentation
         cat doxygen.log
+        # Suppress:
+        # warning: Inheritance graph for 'SmartPointer' not generated, too many nodes (138), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.
+        # warning: Inheritance graph for 'Subscriptor' not generated, too many nodes (209), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.
         sed -i '/Inheritance graph/d' doxygen.log
         ! [ -s doxygen.log ] || exit 1
         tar -czf doxygen_documentation.tar.gz doc/doxygen

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.