0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Doc: Rename code documentation files back to Doc

This commit is contained in:
Ondrej Zajicek (work) 2018-12-19 16:29:20 +01:00
parent d1c8f22bec
commit 523c5d9f2b
18 changed files with 1 additions and 1 deletions

View File

@ -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";