From c2f18b089ee6d40aa23768e45cd59c0ca6b6bce8 Mon Sep 17 00:00:00 2001 From: Artem Nazartchouk Date: Mon, 7 Nov 2022 22:26:11 -0500 Subject: [PATCH] CGAL Module Doc Defgroup Fix --- README.md | 7 +++++-- src/stkCGAL3DPolyhedralMesher.h | 4 ---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ba5d48a68..81a85409d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# cgal-community-plugins +CGAL {#STKCGALModuleDocumentation} +=============================== ### cgal compatibility -- minimum version : CGAL 5.1.1 +- minimum version : CGAL 5.1.1 +@defgroup stkCGAL CGAL +Algorithms requiring CGAL library. diff --git a/src/stkCGAL3DPolyhedralMesher.h b/src/stkCGAL3DPolyhedralMesher.h index 22d1c2eb62..e242ca5b67 100644 --- a/src/stkCGAL3DPolyhedralMesher.h +++ b/src/stkCGAL3DPolyhedralMesher.h @@ -16,10 +16,6 @@ #include #include -/** - * @defgroup stkCGAL stkCGAL - * - */ /** * @ingroup stkCGAL *