mirror of https://github.com/CGAL/cgal
hide forward declaration to doxygen
This commit is contained in:
parent
b50df6e06a
commit
79123c8f53
|
|
@ -26,8 +26,10 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
template <typename Point, typename Vector>
|
||||
class Point_set_3;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -24,8 +24,10 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
template <typename Point, typename Vector>
|
||||
class Point_set_3;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -24,8 +24,10 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
template <typename Point, typename Vector>
|
||||
class Point_set_3;
|
||||
#endif
|
||||
|
||||
namespace IO {
|
||||
namespace internal {
|
||||
|
|
|
|||
|
|
@ -23,8 +23,10 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING
|
||||
template <typename Point, typename Vector>
|
||||
class Point_set_3;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue