diff --git a/BGL/doc/BGL/CGAL/halfedge_graph_traits.h b/BGL/doc/BGL/CGAL/halfedge_graph_traits.h new file mode 100755 index 00000000000..42e5d7e807e --- /dev/null +++ b/BGL/doc/BGL/CGAL/halfedge_graph_traits.h @@ -0,0 +1,13 @@ + +namespace CGAL { + +/*! +\ingroup PkgBGLTraits + +The class `halfedge_graph_traits` is a traits class for `::HalfedgeGraph`. + +*/ +template< typename G > +class halfedge_graph_traits { +}; +}