Skip to content

Commit 3e340e7

Browse files
committed
Adds overview, closes #2185
1 parent 612f995 commit 3e340e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

util/manage-page-order.p6

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
# top level of the doc repo and all files are referenced
55
# relative to it.
66

7+
=begin overview
8+
9+
Manage page order in the generated documents,
10+
so that documents appear just the way we want them. Uses source files
11+
and POD metadata to generate new files,
12+
which are the ones actually used as source for the stuff.
13+
14+
=end overview
15+
716
# pod6 source directory of interest for auto-gen handling:
817
my $lang-dir = 'doc/Language';
918
# pod6 source d#irectory

0 commit comments

Comments
 (0)