git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28676
0785d39b-7218-0410-832d-
ea1e28bc413d
# check whether the file for the image is present
$link = $1;
+ # ignore online links
+ if ($link =~ /^http/)
+ {
+ next;
+ }
+
die "---Local image `$link' not found in file `$filename'\n This line is: $this_line.\n"
unless ((-r $link) && (-f $link));
}
# $Id$
# Version: $Name$
#
-# Copyright (C) 2006, 2007, 2010 by the deal.II authors
+# Copyright (C) 2006, 2007, 2010, 2013 by the deal.II authors
#
# This file is subject to QPL and may not be distributed
# without copyright and license information. Please refer
# ignore comments at the start of the program. this includes subversion
# tags and copyright notices.
$_ = <>;
-while ( m!^/[/\*]! || m!\s*\*! || m/^$/ ) {
+while ( m!^/\*! || m!\s*\*! || m/^$/ ) {
$_ = <>;
}
if ($state == $program_mode) {
print " * \@endcode\n";
}
-
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams