Mercurial > hg
comparison tests/test-gendoc.t @ 28693:11f623b5668f
templatefilters: use templatefilter to mark a function as template filter
Using decorator can localize changes for adding (or removing) a
template filter function in source code.
This patch also removes leading ":FILTER:" part in help document of
each filters, because using templatefilter makes it useless.
This patch uses not 'filter' but 'templatefilter' as a decorator name,
because the former name hides Python built-in one, even though the
latter is a little redundant in 'templatefilters.py'.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Wed, 30 Mar 2016 02:10:44 +0900 |
parents | 3d1baa702d1a |
children | 7a1ad08b9ff5 |
comparison
equal
deleted
inserted
replaced
28692:6b3b958daf03 | 28693:11f623b5668f |
---|