summaryrefslogtreecommitdiff
path: root/pygments/formatters
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters')
-rw-r--r--pygments/formatters/html.py2
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.
"""