mirror of https://github.com/CGAL/cgal
Using the following Perl script: ----------------------------------------------------- #!/usr/bin/perl local($/) = undef; my $text = <>; $text =~ s/\A\n+//mg; $text =~ s/\n+\Z/\n/mg; print "$text"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| all_furthest_neighbors_2.cpp | ||
| extremal_polygon_2_area.cpp | ||
| extremal_polygon_2_perimeter.cpp | ||
| rectangular_p_center_2.cpp | ||
| sorted_matrix_search.cpp | ||