From 100581b26ec19d0416e713fedbeedf52ba596ea5 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 26 Dec 2021 11:38:58 +0100 Subject: [PATCH 1/2] Superfluous \endcond in Classification package We get the warning: ``` Classification/Label_set.h:208: warning: the \endcond does not have a corresponding \cond in this file ``` Superfluous \endcond in Classification package removed --- Classification/include/CGAL/Classification/Label_set.h | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 Classification/include/CGAL/Classification/Label_set.h diff --git a/Classification/include/CGAL/Classification/Label_set.h b/Classification/include/CGAL/Classification/Label_set.h old mode 100644 new mode 100755 index 8af0f5e935b..7f626cde305 --- a/Classification/include/CGAL/Classification/Label_set.h +++ b/Classification/include/CGAL/Classification/Label_set.h @@ -205,7 +205,6 @@ public: // else return add (name, found->second.second, found->second.first); } - /// \endcond /*! \brief removes a label. From 7fe4c32c563f81288326c074a5cbb2ac532def8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 27 Dec 2021 09:19:42 +0100 Subject: [PATCH 2/2] remove exe flag --- Classification/include/CGAL/Classification/Label_set.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Classification/include/CGAL/Classification/Label_set.h diff --git a/Classification/include/CGAL/Classification/Label_set.h b/Classification/include/CGAL/Classification/Label_set.h old mode 100755 new mode 100644