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"; ----------------------------------------------------- |
||
|---|---|---|
| .. | ||
| hds_prog_color.cpp | ||
| hds_prog_compact.cpp | ||
| hds_prog_compact2.cpp | ||
| hds_prog_default.cpp | ||
| hds_prog_edge_iterator.cpp | ||
| hds_prog_graph.cpp | ||
| hds_prog_graph2.cpp | ||
| hds_prog_halfedge_iterator.cpp | ||
| hds_prog_vector.cpp | ||