Functions and Macros |
---|
AddConstant(Name.s, Desc.s) - Adds a constant to the list
|
AddFunction(List params.PARAM(), FuncName.s, FuncLine.s, Export.l, Desc.s) - adds a function to the function list
|
AddGlobalVar(Name.s, Line.s, Desc.s) - adds a global var to the list of global vars
|
AddStrucInterf(Name.s, Parent.s, List elements.ELEMS()) - Adds a structure or interface to the list
|
d() - aha? doch!
|
FillTargetConstant(Target.s, Desc.s) - adds a description to a constant
|
FillTargetFunction(Target.s, Desc.s) - adds a description to a function/param
|
FillTargetGlobalVar(Target.s, Desc.s) - adds a description to a global variable
|
FillTargetStructure(Target.s, Desc.s) - Adds a description to a structure/interface (element)
|
GetAllFunctionsOverview.s() - returns the html-table of all functions - overview
|
GetConstantsOverview.s() - returns the html-table of constants - overview
|
GetDLLFunctionsOverview.s() - returns a html-table of all exported functions
|
GetFileDescription.s() - returns the html-string with the file desc.
|
GetFileNameFromParameter() - examines the file names and filters through the program parameters.
|
GetFunctionsDetailsList.s() - returns html-string of detailed long-description list of functions/macros
|
GetGlobalsOverview.s() - returns the html-table of globals - overview
|
GetIncludedIn.s() - returns the html-string with the table included-in-files
|
GetIncludeFiles.s() - returns the html-string with the table for include files
|
GetStrucInterfDetailsList.s() - returns html-string of details of structures and interfaces
|
GetStructInterfOverview.s() - returns a html-string with a table of an overview of structures and interfaces
|
k()
|
LoadFile.l(FileName.s) - loads the file and tokenizes it
|
main.l() - main function
|
othermacro(a, b = 4) - a testmacro complex mode
|
PreProcessHTMLLine.s(Line.s) - Changes a '_' at the end of the line to a line break
|
ProcessCommentParameters.l(Comment.s) - will read parameters in comments.
|
ProcessConstantLine() - parses a line with a constant
|
ProcessFile.l() - starts parsing of the loaded file
|
ProcessGlobalsLine() - parses a line with global variables
|
ProcessIncludeLine() - parses (x)include lines
|
ProcessProcedureLine() - parses the line starting with 'procedure' or 'macro'
|
ProcessProgramParameter.s(s.s, param.s, inFile = #False) - checks, if s.
|
ProcessStrucInterf() - parses a structure or interface block with its elements
|
ReplaceMultipleChars.s(String.s, *Characters.REPLACECHARS) - Replaces multiple chars with strings
|
ResetArray(*mem, Size.l) - resets all memory to 0
|
RestyleCode.s(Line.s) - Inserts links to structures (extern or intern) Restyles a bit
|
testmacro - a testmacro simple mode
|
ValidElement.l(Name.s) - checks if the name is ok with the filters
|
WriteOutFile.l(inFileName.s, outFileName.s, Template.s) - writes the actual html-file
|