Skip to content
Snippets Groups Projects
Commit 3a2a3c73 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Doc: Rename code documentation files back to Doc

parent 1e0fccd1
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment