summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-31 14:46:01 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-31 14:46:01 +0000
commit1233e7dc721673853c9484569e0828b92cb06f09 (patch)
treea44ca7036b29775f1237fe887275121dbd79955a /src/common
parentd29bdae1281bb2b9b9778365c5dc3d44cffa4de4 (diff)
Fix #include<gudhi/YYY.h> issue in generated documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Doxygen_for_GUDHI_1.3.0@1087 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2b837671f261bb093f599f6c421a3cf21f52b423
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 1e088552..af7be0bf 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -127,7 +127,7 @@
Computation of persistent cohomology using the algorithm of \cite DBLP:journals/dcg/SilvaMV11 and
\cite DBLP:journals/corr/abs-1208-5018 and the Compressed Annotation Matrix implementation of
\cite DBLP:conf/esa/BoissonnatDM13 .<br>
- <b>User manual:</b> \ref persistent_cohomology
+ <b>User manual:</b> \ref persistent_cohomology - <b>Reference manual:</b> Gudhi::persistent_cohomology::Persistent_cohomology
</td>
</tr>
</table>
@@ -216,12 +216,13 @@
* Persistent_cohomology/rips_persistence.cpp</a>
*
* \subsection demos Demos and examples
- * To build the demos and libraries, run the following commands in a terminal:
+ * To build the demos and examples, run the following commands in a terminal:
\verbatim cd /path-to-gudhi/
mkdir build
cd build/
cmake ..
make \endverbatim
+ * A list of examples is available <a href="examples.html">here</a>.
*
* \subsection testsuites Test suites
* To test your build, run the following command in a terminal: