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"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| data | ||
| adding_a_certificate.cpp | ||
| defining_a_simulation_traits.cpp | ||
| listener.cpp | ||
| pointer_queue.cpp | ||
| ref_counted.cpp | ||
| trivial_kds.cpp | ||