fixed closing of </refentry>
This commit is contained in:
parent
e45e9a2c27
commit
82f3f20381
1 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,7 @@ $manvolnum="3";
|
|||
$header="#include <comedilib.h>";
|
||||
|
||||
$end = "";
|
||||
$refentry_end = "";
|
||||
|
||||
print
|
||||
"<!--This file is autogenerated. Do not edit-->
|
||||
|
@ -27,6 +28,10 @@ while($s = <>){
|
|||
$refname =~ s/_/-/g;
|
||||
$refname = "func-ref-" . $refname;
|
||||
print $end;
|
||||
print $refentry_end;
|
||||
$refentry_end =
|
||||
"</refentry>
|
||||
";
|
||||
print
|
||||
"<refentry id=\"$refname\">
|
||||
|
||||
|
@ -108,9 +113,7 @@ while($s = <>){
|
|||
}
|
||||
|
||||
print $end;
|
||||
print
|
||||
"</refentry>
|
||||
";
|
||||
print $refentry_end;
|
||||
print
|
||||
"</section>
|
||||
";
|
||||
|
|
Loading…
Add table
Reference in a new issue