summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc/Witness_complex_doc.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-05-03 14:14:21 +0200
committerGitHub <noreply@github.com>2021-05-03 14:14:21 +0200
commita6d8eed666d168d4bf38789024b92b5af081c85d (patch)
treec49623f53bfec2ce8215637e1eecc5fa7cd704c8 /src/Witness_complex/doc/Witness_complex_doc.h
parent70387c34b638972b7c51017b81949f32ddd63e39 (diff)
parente90121bf0c62de00e0d10548f833632f3dfdf799 (diff)
Merge pull request #484 from VincentRouvreau/doxygen_improvement
Doxygen documentation improvement
Diffstat (limited to 'src/Witness_complex/doc/Witness_complex_doc.h')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index 202f4539..c66b106e 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -108,14 +108,14 @@ int main(int argc, char * const argv[]) {
Here is an example of constructing a strong witness complex filtration and computing persistence on it:
- \include Witness_complex/strong_witness_persistence.cpp
+ \include strong_witness_persistence.cpp
\section witnessexample3 Example3: Computing relaxed witness complex persistence from a distance matrix
In this example we compute the relaxed witness complex persistence from a given matrix of closest landmarks to each witness.
Each landmark is given as the couple (index, distance).
- \include Witness_complex/example_nearest_landmark_table.cpp
+ \include example_nearest_landmark_table.cpp
*/