mirror of https://github.com/CGAL/cgal
doc
This commit is contained in:
parent
5709abc61c
commit
fe92449d00
|
|
@ -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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
||||
|
||||
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - CGAL Basic Viewer"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
/*!
|
||||
\example Basic_viewer/draw_mesh_and_points.cpp
|
||||
\example Basic_viewer/draw_surface_mesh_small_faces.cpp
|
||||
*/
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
|
||||
|
||||
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - CGAL and Basic Viewers"
|
||||
Loading…
Reference in New Issue