aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/trail.pm
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2012-04-06 16:09:27 +0100
committerSimon McVittie <smcv@debian.org>2012-04-06 16:17:44 +0100
commit4a4610e66e7dd548843bdf69d2b59e612ebeabd3 (patch)
treeb4ac707227cff803e1ba25364227f78ceb1e965e /IkiWiki/Plugin/trail.pm
parentf5f41fa59af064ce3d5e038154950aefdc8d6f65 (diff)
downloadikiwiki-4a4610e66e7dd548843bdf69d2b59e612ebeabd3.tar
ikiwiki-4a4610e66e7dd548843bdf69d2b59e612ebeabd3.tar.gz
trail: fix inline documentation
Diffstat (limited to 'IkiWiki/Plugin/trail.pm')
-rw-r--r--IkiWiki/Plugin/trail.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/trail.pm b/IkiWiki/Plugin/trail.pm
index 330d2a31d..b73961e66 100644
--- a/IkiWiki/Plugin/trail.pm
+++ b/IkiWiki/Plugin/trail.pm
@@ -26,10 +26,10 @@ sub import {
#
# * $pagestate{$T}{trail}{contents}
# Reference to an array of lists each containing either:
-# - [link, "link"]
+# - [link => "link"]
# A link specification, pointing to the same page that [[link]]
# would select
-# - [pagespec, "posts/*", "age", 0]
+# - [pagespec => "posts/*", "age", 0]
# A match by pagespec; the third array element is the sort order
# and the fourth is whether to reverse sorting
#