From: Jelte Jansen Date: Mon, 9 May 2005 12:26:48 +0000 (+0000) Subject: tiny layout correction X-Git-Tag: release-0.50~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083f304bb82bf84868dc630f5c7e0ed4e0250d2b;p=thirdparty%2Fldns.git tiny layout correction --- diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index 9d4f9ec1..099f6bfa 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -167,7 +167,7 @@ while(<>) { ) { $struct_description .= "\n.br\n" . $_; $key = $2; - $struct_description =~ s/\/\*\*\s*(.*)\s*\*\//\\fB$1:\\fR/g; + $struct_description =~ s/\/\*\*\s*(.*?)\s*\*\//\\fB$1:\\fR/g; $description{$key} = $struct_description; $api{$key} = "struct"; $return{$key} = $1;