summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
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/Bitmap_cubical_complex
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/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h6
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h12
2 files changed, 12 insertions, 6 deletions
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
index a6ba60d3..c1a3af5c 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.h
@@ -318,7 +318,8 @@ class Bitmap_cubical_complex : public T {
};
/**
- * Filtration_simplex_range provides the ranges for Filtration_simplex_iterator.
+ * @class Filtration_simplex_range Bitmap_cubical_complex.h gudhi/Bitmap_cubical_complex.h
+ * @brief Filtration_simplex_range provides the ranges for Filtration_simplex_iterator.
**/
class Filtration_simplex_range {
// Range over the simplices of the complex in the order of the filtration.
@@ -489,7 +490,8 @@ class Bitmap_cubical_complex : public T {
};
/**
- * Class needed for compatibility with Gudhi. Not useful for other purposes.
+ * @class Skeleton_simplex_range Bitmap_cubical_complex.h gudhi/Bitmap_cubical_complex.h
+ * @brief Class needed for compatibility with Gudhi. Not useful for other purposes.
**/
class Skeleton_simplex_range {
// Range over the simplices of the complex in the order of the filtration.
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
index 4bdc94ef..7904eb5b 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
@@ -190,7 +190,8 @@ class Bitmap_cubical_complex_base {
// ITERATORS
/**
- * Iterator through all cells in the complex (in order they appear in the structure -- i.e.
+ * @class All_cells_iterator Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
+ * @brief Iterator through all cells in the complex (in order they appear in the structure -- i.e.
* in lexicographical order).
**/
class All_cells_iterator : std::iterator< std::input_iterator_tag, T > {
@@ -258,7 +259,8 @@ class Bitmap_cubical_complex_base {
}
/**
- * All_cells_range class provides ranges for All_cells_iterator
+ * @class All_cells_range Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
+ * @brief All_cells_range class provides ranges for All_cells_iterator
**/
class All_cells_range {
public:
@@ -309,7 +311,8 @@ class Bitmap_cubical_complex_base {
}
/**
- * Iterator through top dimensional cells of the complex. The cells appear in order they are stored
+ * @class Top_dimensional_cells_iterator Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
+ * @brief Iterator through top dimensional cells of the complex. The cells appear in order they are stored
* in the structure (i.e. in lexicographical order)
**/
class Top_dimensional_cells_iterator : std::iterator< std::input_iterator_tag, T > {
@@ -411,7 +414,8 @@ class Bitmap_cubical_complex_base {
}
/**
- * Top_dimensional_cells_iterator_range class provides ranges for Top_dimensional_cells_iterator_range
+ * @class Top_dimensional_cells_range Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
+ * @brief Top_dimensional_cells_iterator_range class provides ranges for Top_dimensional_cells_iterator_range
**/
class Top_dimensional_cells_range {
public: