summaryrefslogtreecommitdiff
path: root/pygments/formatters
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-11-21 17:13:57 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-11-21 17:13:57 +0100
commitb9ed135a1c0edb13c65aa91ea32f81af788163d7 (patch)
tree688c5e20232bff26b301fea889efd4aec4872517 /pygments/formatters
parent90d1fcef89d8637e903a1879b4b1555a417e9538 (diff)
downloadpygments-git-b9ed135a1c0edb13c65aa91ea32f81af788163d7.tar.gz
Add versionadded info to groff formatter.
Diffstat (limited to 'pygments/formatters')
-rw-r--r--pygments/formatters/groff.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/formatters/groff.py b/pygments/formatters/groff.py
index bb9264f8..5aafe6d2 100644
--- a/pygments/formatters/groff.py
+++ b/pygments/formatters/groff.py
@@ -19,6 +19,8 @@ class GroffFormatter(Formatter):
"""
Format tokens with groff escapes to change their color and font style.
+ .. versionadded:: 2.11
+
Additional options accepted:
`style`