From: Simon McVittie Date: Fri, 6 Apr 2012 15:09:27 +0000 (+0100) Subject: trail: fix inline documentation X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=4a4610e66e7dd548843bdf69d2b59e612ebeabd3 trail: fix inline documentation --- 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 #