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"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| box_grid.cpp | ||
| custom_box_grid.cpp | ||
| minimal.cpp | ||
| minimal_self.cpp | ||
| proximity_custom_box_traits.cpp | ||
| triangle_self_intersect.cpp | ||
| triangle_self_intersect_pointers.cpp | ||