aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-04-03 13:49:20 +0100
committerSimon McVittie <smcv@debian.org>2010-04-03 14:28:21 +0100
commit75fd08046548940c443c46bcdf9a5b0b6968b175 (patch)
treed30b014a54fbd9944feacdd86f6d12331a0dd3d6 /doc
parenta875ee8be702bd4575e009dc652015c1157c7c2e (diff)
downloadikiwiki-75fd08046548940c443c46bcdf9a5b0b6968b175.tar
ikiwiki-75fd08046548940c443c46bcdf9a5b0b6968b175.tar.gz
Remove support for check_cmp_foo (pre-sort checks)
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index de2b47015..06c8f8e44 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -1128,11 +1128,6 @@ is greater, or zero if they are considered equal. It may also raise an
error using `error`, for instance if it needs a parameter but one isn't
provided.
-You can also define a function called `check_cmp_foo` in the same package.
-If you do, it will be called while preparing to sort by `foo` or `foo(bar)`,
-with argument `undef` or `"bar"` respectively; it may raise an error using
-`error`, if sorting like that isn't going to work.
-
### Setup plugins
The ikiwiki setup file is loaded using a pluggable mechanism. If you look