summaryrefslogtreecommitdiff
path: root/src/Contraction
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-18 16:47:05 +0200
committeralbert-github <albert.tests@gmail.com>2022-05-18 16:47:05 +0200
commit9186772092a0ed31a2cc30328cbfefb4e4d5db2e (patch)
tree8281718228e5ec0887f3e330ea8dd76e6420188c /src/Contraction
parentc7afe82e863eb91d122d34f1d34255c04e27b51f (diff)
Documentation: Doxygen warnings
When running doxygen on the sources we get (a.o.) the following warnings: ``` .../gudhi-devel/src/Contraction/include/gudhi/Edge_contraction.h:214: warning: unbalanced grouping commands .../gudhi-devel/src/common/doc/examples.h:3: warning: the name 'Examples' supplied as the argument in the \file statement is not an input file error: bib file .../gudhi-devel/biblio/how_to_cite_gudhi.bib not found! .../gudhi-devel/src/common/doc/installation.h:271: warning: included file biblio/how_to_cite_gudhi.bib is not found. Check your EXAMPLE_PATH ``` This is corrected in the different files and in the settings in src/Doxyfile.in Also there are a number of settings that are obsolete like: ``` warning: Tag 'LATEX_SOURCE_CODE' at line 1835 of file '.../gudhi-devel/build_windows_fork/Doxyfile' has become obsolete. ``` This is corrected in the src/Doxyfile.in file
Diffstat (limited to 'src/Contraction')
-rw-r--r--src/Contraction/include/gudhi/Edge_contraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Contraction/include/gudhi/Edge_contraction.h b/src/Contraction/include/gudhi/Edge_contraction.h
index 6c0f4c78..58d627c2 100644
--- a/src/Contraction/include/gudhi/Edge_contraction.h
+++ b/src/Contraction/include/gudhi/Edge_contraction.h
@@ -26,6 +26,7 @@ namespace contraction {
/** \defgroup contr Edge contraction
+@{
\author David Salinas
@@ -195,7 +196,6 @@ int main (int argc, char *argv[])
return EXIT_SUCCESS;
}
-}
\endcode
\verbatim