From 9186772092a0ed31a2cc30328cbfefb4e4d5db2e Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 18 May 2022 16:47:05 +0200 Subject: 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 --- src/Contraction/include/gudhi/Edge_contraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Contraction') 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 @@ -194,7 +195,6 @@ int main (int argc, char *argv[]) std::clog << "Time to simplify and enumerate simplices:\n"; return EXIT_SUCCESS; -} } \endcode -- cgit v1.2.3