Fix doc about boost/CGAL property tags

This commit is contained in:
Maxime Gimeno 2020-02-18 15:27:34 +01:00
parent 7ec84ae69c
commit aeb44510f1
2 changed files with 6 additions and 11 deletions

View File

@ -1,5 +1,5 @@
/// Boost Namespace
namespace boost {
/// CGAL Namespace
namespace CGAL {
/// \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>
enum vertex_point_t { vertex_point };
/// @}
} // namespace boost
namespace CGAL {
/// @{
/// \ingroup PkgBGLPropertiesDynamic
/// Dynamic vertex property tag
/// \tparam T the value type of the vertex property

View File

@ -100,6 +100,10 @@ using boost::vertex_point_t;
using boost::vertex_point;
using boost::vertex_external_index_t;
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;
using boost::halfedge_external_index_t;