From cf6fec2bbbdb89843fadf603362f9cc67c1ef3c5 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 18 Feb 2020 15:45:29 +0100 Subject: [PATCH] move using --- BGL/doc/BGL/CGAL/boost/graph/properties.h | 1 + BGL/include/CGAL/boost/graph/properties.h | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/BGL/doc/BGL/CGAL/boost/graph/properties.h b/BGL/doc/BGL/CGAL/boost/graph/properties.h index 7613e7cb8d9..6afe91335e3 100644 --- a/BGL/doc/BGL/CGAL/boost/graph/properties.h +++ b/BGL/doc/BGL/CGAL/boost/graph/properties.h @@ -34,6 +34,7 @@ enum face_index_t { face_index }; /// \cgalModels PropertyTag enum vertex_point_t { vertex_point }; +/// @} /// \ingroup PkgBGLPropertiesDynamic /// Dynamic vertex property tag /// \tparam T the value type of the vertex property diff --git a/BGL/include/CGAL/boost/graph/properties.h b/BGL/include/CGAL/boost/graph/properties.h index cbb74b59e98..0b8fe0ae4ab 100644 --- a/BGL/include/CGAL/boost/graph/properties.h +++ b/BGL/include/CGAL/boost/graph/properties.h @@ -98,16 +98,16 @@ BOOST_INSTALL_PROPERTY(face, external_index); namespace CGAL { 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::vertex_external_index_t; +using boost::vertex_external_index; using boost::halfedge_index_t; using boost::halfedge_index; using boost::halfedge_external_index_t; using boost::halfedge_external_index; +using boost::edge_index_t; +using boost::edge_index; using boost::edge_external_index_t; using boost::edge_external_index; using boost::face_index_t;