projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f41fa
)
trail: fix inline documentation
author
Simon McVittie
<smcv@debian.org>
Fri, 6 Apr 2012 15:09:27 +0000
(16:09 +0100)
committer
Simon McVittie
<smcv@debian.org>
Fri, 6 Apr 2012 15:17:44 +0000
(16:17 +0100)
IkiWiki/Plugin/trail.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/trail.pm
b/IkiWiki/Plugin/trail.pm
index 330d2a31d77aac49ed6227d5a0bf24c6b752689c..b73961e66d498fc4166cfda049115eecf98f3cd0 100644
(file)
--- 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
#