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
d1c8f22bec
commit
523c5d9f2b
@ -29,7 +29,7 @@ sub process {
|
||||
/^([A-Z]+)\s*(.*)/ || die "Parse error: $_";
|
||||
$cmd = $1;
|
||||
$arg = $2;
|
||||
if ($cmd eq "C") { process("$dir/$arg", "progdoc"); }
|
||||
if ($cmd eq "C") { process("$dir/$arg", "Doc"); }
|
||||
elsif ($cmd eq "H") {
|
||||
push @stack, "H";
|
||||
print OUT "<chapt>$arg\n";
|
||||
|
Loading…
Reference in New Issue
Block a user