Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Namespaces | Functions | Variables
doxycomment.py File Reference

Namespaces

 doxycomment
 

Functions

def doxycomment.FindDoxygenComments
 
def doxycomment.ExtractCommentBlocks
 
def doxycomment.IsCommentBlockStart
 
def doxycomment.IsCommentBlockEnd
 
def doxycomment.IsInCommentBlock
 
def doxycomment.GetCommentBlock
 
def doxycomment.SplitLine
 
def doxycomment.BlockHandler
 

Variables

tuple doxycomment.fh = open(remainder[0])
 
list doxycomment.lineArray = [line.rstrip() for line in fh]
 
tuple doxycomment.FullBlocks = ExtractCommentBlocks(lineArray, options)