Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes | List of all members
sources.SourceBlockFormat Class Reference

BLOCK FORMAT PATTERN. More...

Public Member Functions

def __init__ (self, id, start, column, end)
 

Public Attributes

 id
 
 start
 
 column
 
 end
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Data Documentation

◆ column

sources.SourceBlockFormat.column

Definition at line 43 of file sources.py.

◆ end

sources.SourceBlockFormat.end

Definition at line 44 of file sources.py.

◆ id

sources.SourceBlockFormat.id

Definition at line 41 of file sources.py.

◆ start

sources.SourceBlockFormat.start

Definition at line 42 of file sources.py.


The documentation for this class was generated from the following file: