zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sources.SourceBlockFormat Class Reference

BLOCK FORMAT PATTERN. More...

Public Member Functions

def __init__
 

Public Attributes

 column
 
 end
 
 id
 
 start
 

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

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

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.


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