summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-12-14 02:03:42 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-12-14 02:03:42 +0100
commit3a2a3c7325b34923c4ecc465700708dd13e6ad73 (patch)
tree11c6588c80c470e901f643599479a82c171aeaa6 /tools
parent1e0fccd1af54fdd4dbd79f6e7c5715478f83dea3 (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 32e9771e..d576ee61 100755
--- a/tools/progdoc
+++ b/tools/progdoc
@@ -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";