follow up of #4009

This commit is contained in:
Sébastien Loriot 2021-08-30 12:37:20 +02:00
parent 20ea9e775f
commit d8510d0fd3
2 changed files with 2 additions and 4 deletions

View File

@ -206,9 +206,8 @@ functor followed by the suffix `_object`.For example, the function that returns
all the platforms the library supports. In particular, it should not
contain the characters ':', '*', or ' '.
<LI>Internal header files - which are not documented to the user - should
have <TT>/internal/</TT> as a directory higher up in their hierarchy.
For example <TT>CGAL/internal/foo.h</TT> or
<TT>CGAL/Package/internal/predicates/my_pred.h</TT>.
have <TT>Package/internal/</TT> as a directory higher up in their hierarchy.
For example <TT>CGAL/Triangulation_2/internal/predicates/my_pred.h</TT>.
</UL>
\section secprogramming_conventions Programming conventions

View File

@ -18,7 +18,6 @@ and LICENSE.LGPL.
The following files are modified versions taken from Boost and are licensed
under the Boost Software License (see LICENSE.BSL).
- include/CGAL/auto_link/auto_link.h
- include/CGAL/internal/container_fwd_fixed.hpp
- include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp
- include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp
- include/CGAL/STL_Extension/internal/boost/mutable_queue.hpp