]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write.mdwn
releasing version 1.51
[git.ikiwiki.info.git] / doc / plugins / write.mdwn
index d9f25641d9d1ae82e888543902e5d61d91293a96..0eef3d2baa996d9fc566b6bc2d9a4c99664a8eeb 100644 (file)
@@ -448,4 +448,5 @@ IkiWiki::PageSpec package, that is named `match_foo`, where "foo()" is
 how it will be accessed in a [[PageSpec]]. The function will be passed
 two parameters: The name of the page being matched, and the thing to match
 against. It may also be passed additional, named parameters. It should return
-true if the page matches.
+a IkiWiki::SuccessReason object if the match succeeds, or an
+IkiWiki::FailReason object if the match fails.