cgal/Interpolation
Sébastien Loriot 59bc453b42 first batch of replacement for level 1 in classified ref man
command used:
grep -l  "##" */doc/*/PackageDescription.txt | xargs  sed -i  -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
..
demo/Interpolation Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
doc/Interpolation first batch of replacement for level 1 in classified ref man 2019-02-14 10:32:39 +01:00
examples/Interpolation Merge branch 'master' into CGAL-cmake_cleanup-gdamiand 2018-11-05 07:32:58 +01:00
include/CGAL Add precondition that range is non-empty. This is more explicit than the precondition that norm>0 2018-10-02 11:07:43 +02:00
package_info/Interpolation Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Interpolation Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
TODO