summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-07 16:08:41 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-07 16:08:41 +0000
commit309d5aa575735acefabc33abade72637c52fb931 (patch)
tree86325225c2465fc6928d434ee769be2ecc0593c5 /src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
parent78f1193dc1d9b5e03a2e4725f7b2fddda333b7ae (diff)
Added a big chunk of documentation. +small fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1679 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d3166034bf662121bc21583bb027c67f736e904c
Diffstat (limited to 'src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h')
-rw-r--r--src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h b/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
index 9c96f7e8..38c7adb2 100644
--- a/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
+++ b/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
@@ -31,12 +31,12 @@ namespace Gudhi {
namespace witness_complex {
- /** \brief Iterator in the nearest landmark list.
- * \detail After the iterator reaches the end of the list,
- * the list is augmented by a (nearest landmark, distance) pair if possible.
- * If all the landmarks are present in the list, iterator returns the specific end value
- * of the corresponding 'Active_witness' object.
- */
+ // /** \brief Iterator in the nearest landmark list.
+ // * \details After the iterator reaches the end of the list,
+ // * the list is augmented by a (nearest landmark, distance) pair if possible.
+ // * If all the landmarks are present in the list, iterator returns the specific end value
+ // * of the corresponding 'Active_witness' object.
+ // */
template< typename Active_witness,
typename Id_distance_pair,