Doc: Rename code documentation files back to Doc

This commit is contained in:
Ondrej Zajicek (work) 2018-12-14 02:03:42 +01:00
parent 1e0fccd1af
commit 3a2a3c7325
18 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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";