Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
BLOCK FORMAT PATTERN. More...
Public Member Functions | |
def | __init__ (self, id, start, column, end) |
Public Attributes | |
id | |
start | |
column | |
end | |
BLOCK FORMAT PATTERN.
A simple class containing compiled regular expressions used to detect potential documentation format block comments within C source code
note that the 'column' pattern must contain a group that will be used to "unbox" the content of documentation comment blocks
Definition at line 37 of file sources.py.
def sources.SourceBlockFormat.__init__ | ( | self, | |
id, | |||
start, | |||
column, | |||
end | |||
) |
create a block pattern, used to recognize special documentation blocks
Definition at line 39 of file sources.py.
sources.SourceBlockFormat.column |
Definition at line 43 of file sources.py.
sources.SourceBlockFormat.end |
Definition at line 44 of file sources.py.
sources.SourceBlockFormat.id |
Definition at line 41 of file sources.py.
sources.SourceBlockFormat.start |
Definition at line 42 of file sources.py.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.