summaryrefslogtreecommitdiff
path: root/pygments/formatters/bbcode.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-16 19:53:03 +0100
committergbrandl <devnull@localhost>2007-02-16 19:53:03 +0100
commitf7259aea9cfc0b13798ab93c3ddcd2667f968bfe (patch)
tree41934a0ba97730de3479a766cf22bc6eefe63d8c /pygments/formatters/bbcode.py
parent1bf6bea8148a9b07ed33f7b8a57e132e0b404ca9 (diff)
downloadpygments-f7259aea9cfc0b13798ab93c3ddcd2667f968bfe.tar.gz
[svn] Move docs for not-so-common options to individual classes.
Diffstat (limited to 'pygments/formatters/bbcode.py')
-rw-r--r--pygments/formatters/bbcode.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py
index 0496b463..676bd2ea 100644
--- a/pygments/formatters/bbcode.py
+++ b/pygments/formatters/bbcode.py
@@ -33,6 +33,10 @@ class BBCodeFormatter(Formatter):
Additional options accepted:
+ `style`
+ The style to use, can be a string or a Style subclass (default:
+ ``'default'``).
+
`codetag`
If set to true, put the output into ``[code]`` tags (default:
``false``)