summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-12-19 16:29:20 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-12-19 16:29:20 +0100
commit523c5d9f2b2348d2859264879d46d72e4aad4c35 (patch)
tree12b73417fb7307a603c1875c9e109e7cc7e4bef0 /tools
parentd1c8f22becd6dd4d846e10edae951c3e0a170bd1 (diff)
Doc: Rename code documentation files back to Doc
Diffstat (limited to 'tools')
-rwxr-xr-xtools/progdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/progdoc b/tools/progdoc
index d7ea989e..4e967219 100755
--- a/tools/progdoc
+++ b/tools/progdoc
@@ -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";