Commit Graph
5 Commits
Author SHA1 Message Date
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
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";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Andreas Fabri 53d713e84e Removed 'test_' prefix of the example 2007-03-05 10:27:34 +00:00
Andreas Fabri 2dcb9aaef1 Make it work in case of absence of LEDA 2007-03-05 10:25:57 +00:00
Andreas Meyer 2da913b977 further bugfixes regarding ccINcludeExampleCode 2006-10-31 14:23:32 +00:00
Andreas Meyer 80e87e8190 manual bugfixes regarding ccIncludeExampleCode 2006-10-31 14:11:10 +00:00