From ab8d6cfbcbc03509d3d761a8338799e0fcd32ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 16 Jul 2015 10:25:09 +0200 Subject: [PATCH] add todo --- BGL/dont_submit | 1 + .../doc/Polygon_mesh_processing/PackageDescription.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/BGL/dont_submit b/BGL/dont_submit index e69de29bb2d..1f7517fbd6f 100644 --- a/BGL/dont_submit +++ b/BGL/dont_submit @@ -0,0 +1 @@ +examples/BGL_surface_mesh/surface_mesh_dual.cpp diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt index d2270b38cdc..29586862b45 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt @@ -92,4 +92,5 @@ It can be made short to PM. And TriangleMesh (or TM) specifies when the paramete \todo document `BGL/include/CGAL/boost/graph/selection.h` \todo document `BGL/include/CGAL/boost/graph/split_graph_into_polylines.h` \todo add in BGL `clear(pmesh)` and use it in `keep_largest_connected_components(pmesh, 0);` +\todo document BGL/include/CGAL/boost/graph/Dual.h and remove the example from dont_submit */