trail: fix inline documentation
authorSimon McVittie <smcv@debian.org>
Fri, 6 Apr 2012 15:09:27 +0000 (16:09 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 6 Apr 2012 15:17:44 +0000 (16:17 +0100)
IkiWiki/Plugin/trail.pm

index 330d2a31d77aac49ed6227d5a0bf24c6b752689c..b73961e66d498fc4166cfda049115eecf98f3cd0 100644 (file)
@@ -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
 #