class documentation

class CodeTagFilter(Filter):

View In Hierarchy

Highlight special code tags in comments and docstrings.

Options accepted:

codetags : list of strings
A list of strings that are flagged as code tags. The default is to highlight XXX, TODO, BUG and NOTE.
Method __init__ Undocumented
Method filter Undocumented
Instance Variable tag​_re Undocumented

Inherited from Filter:

Instance Variable options Undocumented
def __init__(self, **options):

Undocumented

def filter(self, lexer, stream):

Undocumented

tag_re =

Undocumented