X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9f49766ff0da3fd4675c89e111581714c32395c6..4f8d45bfde9c031f63d191909bb3dfe684b814e1:/doc/todo/document_dependency_influences_in_code.mdwn diff --git a/doc/todo/document_dependency_influences_in_code.mdwn b/doc/todo/document_dependency_influences_in_code.mdwn index dd6cb8112..8b899cd7e 100644 --- a/doc/todo/document_dependency_influences_in_code.mdwn +++ b/doc/todo/document_dependency_influences_in_code.mdwn @@ -20,3 +20,11 @@ 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]] + +>>> [[done]] in 3.20140916 --s