This commit is contained in:
Guillaume Damiand 2023-04-27 15:04:02 +02:00
parent 5709abc61c
commit fe92449d00
7 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ namespace CGAL {
/*!
\mainpage User Manual
\anchor Chapter_CGAL_Basic_viewers
\anchor Chapter_Basic_viewer
\anchor
\cgalAutoToc
\author Guillaume Damiand, Mostafa Ashraf

View File

@ -0,0 +1,3 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - CGAL Basic Viewer"

View File

@ -0,0 +1,4 @@
/*!
\example Basic_viewer/draw_mesh_and_points.cpp
\example Basic_viewer/draw_surface_mesh_small_faces.cpp
*/

View File

@ -1,3 +0,0 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - CGAL and Basic Viewers"