mirror of https://github.com/CGAL/cgal
Fix doc about boost/CGAL property tags
This commit is contained in:
parent
7ec84ae69c
commit
aeb44510f1
|
|
@ -1,5 +1,5 @@
|
||||||
/// Boost Namespace
|
/// CGAL Namespace
|
||||||
namespace boost {
|
namespace CGAL {
|
||||||
|
|
||||||
/// \ingroup PkgBGLProperties
|
/// \ingroup PkgBGLProperties
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -34,15 +34,6 @@ enum face_index_t { face_index };
|
||||||
/// \cgalModels <a href="https://www.boost.org/libs/graph/doc/PropertyTag.html"><code>PropertyTag</code></a>
|
/// \cgalModels <a href="https://www.boost.org/libs/graph/doc/PropertyTag.html"><code>PropertyTag</code></a>
|
||||||
enum vertex_point_t { vertex_point };
|
enum vertex_point_t { vertex_point };
|
||||||
|
|
||||||
|
|
||||||
/// @}
|
|
||||||
} // namespace boost
|
|
||||||
|
|
||||||
namespace CGAL {
|
|
||||||
|
|
||||||
|
|
||||||
/// @{
|
|
||||||
|
|
||||||
/// \ingroup PkgBGLPropertiesDynamic
|
/// \ingroup PkgBGLPropertiesDynamic
|
||||||
/// Dynamic vertex property tag
|
/// Dynamic vertex property tag
|
||||||
/// \tparam T the value type of the vertex property
|
/// \tparam T the value type of the vertex property
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,10 @@ using boost::vertex_point_t;
|
||||||
using boost::vertex_point;
|
using boost::vertex_point;
|
||||||
using boost::vertex_external_index_t;
|
using boost::vertex_external_index_t;
|
||||||
using boost::vertex_external_index;
|
using boost::vertex_external_index;
|
||||||
|
using boost::vertex_index_t;
|
||||||
|
using boost::vertex_index;
|
||||||
|
using boost::edge_index_t;
|
||||||
|
using boost::edge_index;
|
||||||
using boost::halfedge_index_t;
|
using boost::halfedge_index_t;
|
||||||
using boost::halfedge_index;
|
using boost::halfedge_index;
|
||||||
using boost::halfedge_external_index_t;
|
using boost::halfedge_external_index_t;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue