From 46a997db16e68ecdf3e1c13ea444afdb4e767a2f Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 2 Aug 2010 13:14:33 +0200 Subject: Revert "Added a rescan hook." This reverts commit 25447bccae0439ea56da7a788482a4807c7c459d. --- doc/plugins/write.mdwn | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/plugins/write.mdwn') diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 335320394..10b4df835 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -194,17 +194,6 @@ them to `%links`. Present in IkiWiki 2.40 and later. The function is passed named parameters "page" and "content". Its return value is ignored. -### rescan - - hook(type => "rescan", id => "foo", call => \&scan); - -This hook is called after the scan hook has been run, as well as the -preprocess hook in scan mode. It is used to collect additional -metadata that depends on a first scan to have been performed already. - -The function is passed named parameters "page" and "content". Its return -value is ignored. - ### filter hook(type => "filter", id => "foo", call => \&filter); -- cgit v1.2.3