Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clean up comment
  • Loading branch information
tbrowder committed Jul 29, 2018
1 parent f62168e commit 27dc7cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions htmlify.p6
Expand Up @@ -242,16 +242,15 @@ sub process-pod-dir(:$topdir, :$dir, :&sorted-by = &[cmp], :$sparse, :$parallel)
#say "Reading doc/$dir ...";
say "Reading $topdir/$dir ...";

# What does this array look like?
# What does the following array look like?
#
# + an array of pairs sorted by some key
# + the sort key defaults to the key below
# + an array of sorted pairs
# + the sort key defaults to the base filename stripped of '.pod6'
# + any other sort order has to be processed separately as in 'Language'
# below
#
# the sorted pairs (regardless of how they are sorted) must consist of:
# key: base filename stripped of its ending .pod6
# value: filename relative to the "doc/$dir" directory
# value: filename relative to the "$topdir/$dir" directory
my @pod-sources;

# default sort is by name {%hash{.key} => file basename w/o extension
Expand Down

0 comments on commit 27dc7cf

Please sign in to comment.