diff options
author | gbrandl <devnull@localhost> | 2007-01-25 19:01:21 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-25 19:01:21 +0100 |
commit | 8661de37c9a04da977fd8da8542e36115ee83fb2 (patch) | |
tree | 79f2903a944c93bd80ba5cb777b4d94c7afd04b8 /pygments/formatters/html.py | |
parent | 7e3009c2fc5e6ff04396dbd91a8894c5f442bd85 (diff) | |
download | pygments-8661de37c9a04da977fd8da8542e36115ee83fb2.tar.gz |
[svn] make it clear that 0.7 is in development.
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index cc2a4c19..f44053c7 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -5,6 +5,8 @@ Formatter for HTML output. + TODO: this is a bit of a mess and not subclassable ATM. + :copyright: 2006 by Georg Brandl, Armin Ronacher. :license: BSD, see LICENSE for more details. """ |