diff options
author | chrysn <chrysn@fsfe.org> | 2014-07-05 17:52:25 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2014-07-05 17:52:25 +0200 |
commit | bbe22b70d1d2f63e3f11af8493362b7f8673512f (patch) | |
tree | dc0950a61dc20d63bcc85139c96b228e59a0dd01 /doc | |
parent | 6eb89492f7b98003227fddeea6bb03d0f36b5d88 (diff) | |
download | ikiwiki-bbe22b70d1d2f63e3f11af8493362b7f8673512f.tar ikiwiki-bbe22b70d1d2f63e3f11af8493362b7f8673512f.tar.gz |
reviewed patch, suggesting minor addition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/document_dependency_influences_in_code.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/document_dependency_influences_in_code.mdwn b/doc/todo/document_dependency_influences_in_code.mdwn index dd6cb8112..4dfbb1486 100644 --- a/doc/todo/document_dependency_influences_in_code.mdwn +++ b/doc/todo/document_dependency_influences_in_code.mdwn @@ -20,3 +20,9 @@ should count as static or dynamic, perhaps analogous to and linked from the `match_foo` section of [[plugins/write]]. I haven't written this myself because I'm somewhat stuck on the subtlety of what "indirectly influenced" means... --[[smcv]] + +>> the documentation looks correct to me, as far as i understand dependencies. +>> the documentation on `influences_static` could add a "Static influences are +>> what make `pagespec_match_list` more efficient than repeated +>> `pagespec_match_list`." to give an idea of why it is there in the first +>> place. --[[chrysn]] |