mirror of https://github.com/CGAL/cgal
remove this file entirely from Doxygen's scope
This commit is contained in:
parent
9b169010c2
commit
e88f04acd9
|
|
@ -72,7 +72,7 @@
|
||||||
# error "Compiler needs <format>"
|
# error "Compiler needs <format>"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#ifndef DOXYGEN_RUNNING
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
@ -171,8 +171,6 @@ namespace CGAL {
|
||||||
|
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
||||||
#else // not DOXYGEN_RUNNING
|
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
template <class K>
|
template <class K>
|
||||||
|
|
@ -3529,6 +3527,6 @@ protected:
|
||||||
|
|
||||||
} // end CGAL
|
} // end CGAL
|
||||||
|
|
||||||
#endif // not DOXYGEN_RUNNING
|
#endif // DOXYGEN_RUNNING
|
||||||
|
|
||||||
#endif // CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_H
|
#endif // CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue