remove this file entirely from Doxygen's scope

This commit is contained in:
Laurent Rineau 2024-06-20 17:10:18 +02:00
parent 9b169010c2
commit e88f04acd9
1 changed files with 2 additions and 4 deletions

View File

@ -72,7 +72,7 @@
# error "Compiler needs <format>"
#endif
#if 0
#ifndef DOXYGEN_RUNNING
namespace CGAL {
@ -171,8 +171,6 @@ namespace CGAL {
} // end namespace CGAL
#else // not DOXYGEN_RUNNING
namespace CGAL {
template <class K>
@ -3529,6 +3527,6 @@ protected:
} // end CGAL
#endif // not DOXYGEN_RUNNING
#endif // DOXYGEN_RUNNING
#endif // CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_H