mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Doc: Rename code documentation files back to Doc
This commit is contained in:
parent
1e0fccd1af
commit
3a2a3c7325
@ -33,7 +33,7 @@ sub process {
|
|||||||
/^([A-Z]+)\s*(.*)/ || die "Parse error: $_";
|
/^([A-Z]+)\s*(.*)/ || die "Parse error: $_";
|
||||||
$cmd = $1;
|
$cmd = $1;
|
||||||
$arg = $2;
|
$arg = $2;
|
||||||
if ($cmd eq "C") { process("$dir/$arg", "progdoc"); }
|
if ($cmd eq "C") { process("$dir/$arg", "Doc"); }
|
||||||
elsif ($cmd eq "H") {
|
elsif ($cmd eq "H") {
|
||||||
push @stack, "H";
|
push @stack, "H";
|
||||||
print OUT "<chapt>$arg\n";
|
print OUT "<chapt>$arg\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user