Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / MFC

Documenting Header Files

Rate me:
Please Sign up or sign in to vote.
2.95/5 (14 votes)
16 Sep 2003CPOL6 min read 63.7K   844   24  
This tool will turn a header file into an XML and/or HTML file for documentation purposes. The output may be merged with previously created or edited XML files.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE HDocumentor SYSTEM ".\HDocumentor.dtd" >
<!-- This file was generated by Headerfile Documentor -->
<HDocumentor anchor="ModulModulHelpers" NAME="ModulModulHelpers" class="Technik">
<Module.Title>ModulHelpers</Module.Title>
<Module.Description>
<Text>
Here should be a description of the module
</Text>
<Statistics>
<Line1>The module ModulHelpers contains one global variable.</Line1>
<Line2>One variable has external binding.</Line2>
</Statistics>
<Statistics>
<Line1>The module ModulHelpers contains no global functions.</Line1>
</Statistics>
<Statistics>
<Line1>The module ModulHelpers contains 3 class definitions.</Line1>
</Statistics>
<HIncludesList>
<Header>Included files by ModulHelpers.h:</Header>
<HIncludes>
<HInclude> - none -</HInclude>
</HIncludes>
</HIncludesList>
<CPPIncludesList>
<Header>Included files by ModulHelpers.cpp:</Header>
<CPPIncludes>
<CPPInclude> - unknown -</CPPInclude>
</CPPIncludes>
</CPPIncludesList>
<ClassList>
<Header>Class definitions:</Header>
<ClassDefinitions>
<ClassDefinition>SModulVariable</ClassDefinition>
<Baseclass> - none -</Baseclass>
<ClassDefinition>SModulClasses</ClassDefinition>
<Baseclass> - none -</Baseclass>
<ClassDefinition>SModul</ClassDefinition>
<Baseclass> - none -</Baseclass>
</ClassDefinitions>
</ClassList>
</Module.Description>
<Module.VariableList anchor="ModulModulHelpersGV" NAME="ModulModulHelpersGV">
<Header>Global variables:</Header>
<Description>This is the list of variables, that are not assigned to any class.</Description>
<Variables>
<Variable Scope="global" Binding="extern" Target="#GVstatic_const_enum_ModulType">
<Name>static const enum ModulType</Name>
<Description>
Here should be a short description of the variable.
<br/>Initialization:<br/>
{<br/>
mt_unknown = 0,<br/> mt_Modul = 0x0001,<br/> mt_Class = 0x0002,<br/> mt_Structure = 0x0003,<br/> mt_local = 0x0010,<br/> mt_global = 0x0020,<br/> mt_private = 0x0100,<br/> mt_protected = 0x0200,<br/> mt_public = 0x0300,<br/><br/>
};<br/>
</Description>
</Variable>
</Variables>
</Module.VariableList>
<Class anchor="ClassSModulVariable" NAME="ClassSModulVariable">
<Header>SModulVariable</Header>
<Baseclass>
</Baseclass>
<Description>
Here should be a description of the class.
</Description>
<Statistics>
<Line1>The class SModulVariable contains 13 variables.</Line1>
<Line2>13 variables are public.</Line2>
</Statistics>
<Statistics>
<Line1>The class SModulVariable contains 3 functions.</Line1>
<Line2>3 functions are public.</Line2>
</Statistics>
<MemberList anchor="ClassSModulVariableCV" NAME="ClassSModulVariableCV">
<Header>Data members of the class SModulVariable</Header>
<Description>
</Description>
<Members>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strNamesecol">
<Name>CString m_strName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strHREFNamesecol">
<Name>CString m_strHREFName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strClasssecol">
<Name>CString m_strClass;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCStringArray_m_astrParametersecol">
<Name>CStringArray m_astrParameter;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCStringArray_m_astrReturnsecol">
<Name>CStringArray m_astrReturn;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCStringArray_m_astrFullNamesecol">
<Name>CStringArray m_astrFullName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strSplitfileNamesecol">
<Name>CString m_strSplitfileName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strSplitfileTitlesecol">
<Name>CString m_strSplitfileTitle;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strShortDescriptionsecol">
<Name>CString m_strShortDescription;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCString_m_strLongDescriptionsecol">
<Name>CString m_strLongDescription;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCStringArray_m_astrDescriptionParametersecol">
<Name>CStringArray m_astrDescriptionParameter;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableCStringArray_m_astrDescriptionReturnsecol">
<Name>CStringArray m_astrDescriptionReturn;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulVariableenum_ModulType_m_mtTypesecol">
<Name>enum ModulType m_mtType;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
</Members>
</MemberList>
<MethodsList anchor="ClassSModulVariableCF" NAME="ClassSModulVariableCF">
<Header>Methods of the class SModulVariable</Header>
<Description>
</Description>
<MethodsShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulVariableSModulVariable">
<Name>SModulVariable</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulVariable_SModulVariable">
<Name>~SModulVariable</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulVariableEmpty">
<Name>Empty</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
</MethodsShort>
</MethodsList>
<Methods>
<Method anchor="CFSModulVariableSModulVariable" NAME="CFSModulVariableSModulVariable">
<Header>
SModulVariable(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulVariable_SModulVariable" NAME="CFSModulVariable_SModulVariable">
<Header>
~SModulVariable(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulVariableEmpty" NAME="CFSModulVariableEmpty">
<Header>
void Empty(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
</Methods>
</Class>
<Class anchor="ClassSModulClasses" NAME="ClassSModulClasses">
<Header>SModulClasses</Header>
<Baseclass>
</Baseclass>
<Description>
Here should be a description of the class.
</Description>
<Statistics>
<Line1>The class SModulClasses contains 27 variables.</Line1>
<Line2>27 variables are public.</Line2>
</Statistics>
<Statistics>
<Line1>The class SModulClasses contains 3 functions.</Line1>
<Line2>3 functions are public.</Line2>
</Statistics>
<MemberList anchor="ClassSModulClassesCV" NAME="ClassSModulClassesCV">
<Header>Data members of the class SModulClasses</Header>
<Description>
</Description>
<Members>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strNamesecol">
<Name>CString m_strName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strHREFNamesecol">
<Name>CString m_strHREFName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strBaseclasssecol">
<Name>CString m_strBaseclass;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strHREFVariablessecol">
<Name>CString m_strHREFVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strHREFFunctionssecol">
<Name>CString m_strHREFFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileNamesecol">
<Name>CString m_strSplitfileName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileTitlesecol">
<Name>CString m_strSplitfileTitle;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileNameClassVariablessecol">
<Name>CString m_strSplitfileNameClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileTitleClassVariablessecol">
<Name>CString m_strSplitfileTitleClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileNameClassFunctionssecol">
<Name>CString m_strSplitfileNameClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strSplitfileTitleClassFunctionssecol">
<Name>CString m_strSplitfileTitleClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strDescriptionsecol">
<Name>CString m_strDescription;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strDescriptionMemberlistsecol">
<Name>CString m_strDescriptionMemberlist;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesCString_m_strDescriptionMethodlistsecol">
<Name>CString m_strDescriptionMethodlist;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesenum_ModulType_m_mtTypesecol">
<Name>enum ModulType m_mtType;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iVariablessecol">
<Name>int m_iVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iTotalVariablessecol">
<Name>int m_iTotalVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iprivateVariablessecol">
<Name>int m_iprivateVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iprotectedVariablessecol">
<Name>int m_iprotectedVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_ipublicVariablessecol">
<Name>int m_ipublicVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesSModulVariablemul_m_smvVariablessecol">
<Name>SModulVariable* m_smvVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iFunctionssecol">
<Name>int m_iFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iTotalFunctionssecol">
<Name>int m_iTotalFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iprivateFunctionssecol">
<Name>int m_iprivateFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_iprotectedFunctionssecol">
<Name>int m_iprotectedFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesint_m_ipublicFunctionssecol">
<Name>int m_ipublicFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulClassesSModulVariablemul_m_smvFunctionssecol">
<Name>SModulVariable* m_smvFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
</Members>
</MemberList>
<MethodsList anchor="ClassSModulClassesCF" NAME="ClassSModulClassesCF">
<Header>Methods of the class SModulClasses</Header>
<Description>
</Description>
<MethodsShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulClassesSModulClasses">
<Name>SModulClasses</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulClasses_SModulClasses">
<Name>~SModulClasses</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulClassesEmpty">
<Name>Empty</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
</MethodsShort>
</MethodsList>
<Methods>
<Method anchor="CFSModulClassesSModulClasses" NAME="CFSModulClassesSModulClasses">
<Header>
SModulClasses(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulClasses_SModulClasses" NAME="CFSModulClasses_SModulClasses">
<Header>
~SModulClasses(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulClassesEmpty" NAME="CFSModulClassesEmpty">
<Header>
void Empty(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
</Methods>
</Class>
<Class anchor="ClassSModul" NAME="ClassSModul">
<Header>SModul</Header>
<Baseclass>
</Baseclass>
<Description>
Here should be a description of the class.
</Description>
<Statistics>
<Line1>The class SModul contains 35 variables.</Line1>
<Line2>35 variables are public.</Line2>
</Statistics>
<Statistics>
<Line1>The class SModul contains 13 functions.</Line1>
<Line2>13 functions are public.</Line2>
</Statistics>
<MemberList anchor="ClassSModulCV" NAME="ClassSModulCV">
<Header>Data members of the class SModul</Header>
<Description>
</Description>
<Members>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strHTMLTitlesecol">
<Name>CString m_strHTMLTitle;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strHREFModulsecol">
<Name>CString m_strHREFModul;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strHREFGlobalVariablessecol">
<Name>CString m_strHREFGlobalVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strHREFGlobalFunctionssecol">
<Name>CString m_strHREFGlobalFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileModulNamesecol">
<Name>CString m_strSplitfileModulName;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileNameGlobalVariablessecol">
<Name>CString m_strSplitfileNameGlobalVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileNameGlobalFunctionssecol">
<Name>CString m_strSplitfileNameGlobalFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileTitleModulsecol">
<Name>CString m_strSplitfileTitleModul;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileTitleGlobalVariablessecol">
<Name>CString m_strSplitfileTitleGlobalVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strSplitfileTitleGlobalFunctionssecol">
<Name>CString m_strSplitfileTitleGlobalFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strDescriptionsecol">
<Name>CString m_strDescription;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strDescriptionVariablelistsecol">
<Name>CString m_strDescriptionVariablelist;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCString_m_strDescriptionFunctionlistsecol">
<Name>CString m_strDescriptionFunctionlist;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iClassessecol">
<Name>int m_iClasses;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iNonClassVariablessecol">
<Name>int m_iNonClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iNonClassFunctionssecol">
<Name>int m_iNonClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iTotalNonClassVariablessecol">
<Name>int m_iTotalNonClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iLocalNonClassVariablessecol">
<Name>int m_iLocalNonClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iExternNonClassVariablessecol">
<Name>int m_iExternNonClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iTotalNonClassFunctionssecol">
<Name>int m_iTotalNonClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iLocalNonClassFunctionssecol">
<Name>int m_iLocalNonClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulint_m_iExternNonClassFunctionssecol">
<Name>int m_iExternNonClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulSModulVariablemul_m_smvNonClassVariablessecol">
<Name>SModulVariable* m_smvNonClassVariables;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulSModulVariablemul_m_smvNonClassFunctionssecol">
<Name>SModulVariable* m_smvNonClassFunctions;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulSModulClassesmul_m_smcClassessecol">
<Name>SModulClasses* m_smcClasses;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bCreateKeywordssecol">
<Name>bool m_bCreateKeywords;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bCreateSplitfilessecol">
<Name>bool m_bCreateSplitfiles;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bUseStyleSheetsecol">
<Name>bool m_bUseStyleSheet;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bDocumentPublicsecol">
<Name>bool m_bDocumentPublic;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bDocumentProtectedsecol">
<Name>bool m_bDocumentProtected;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bDocumentPrivatesecol">
<Name>bool m_bDocumentPrivate;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bDocumentExternalsecol">
<Name>bool m_bDocumentExternal;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulbool_m_bDocumentInternalsecol">
<Name>bool m_bDocumentInternal;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCStringArray_m_astrHIncludessecol">
<Name>CStringArray m_astrHIncludes;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
<Member Scope="public" Binding="dynamic" Target="#CVSModulCStringArray_m_astrCPPIncludessecol">
<Name>CStringArray m_astrCPPIncludes;</Name>
<Description>
Here should be a short description of the variable.
</Description>
</Member>
</Members>
</MemberList>
<MethodsList anchor="ClassSModulCF" NAME="ClassSModulCF">
<Header>Methods of the class SModul</Header>
<Description>
</Description>
<MethodsShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulSModul">
<Name>SModul</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModul_SModul">
<Name>~SModul</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulEmpty">
<Name>Empty</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulCountGlobals">
<Name>CountGlobals</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulCountClasses">
<Name>CountClasses</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulCountClassMembers">
<Name>CountClassMembers</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulFindGlobalVariables">
<Name>FindGlobalVariables</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulFindGlobalFunctions">
<Name>FindGlobalFunctions</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulFindClasses">
<Name>FindClasses</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulFindClassVariables">
<Name>FindClassVariables</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulFindClassFunctions">
<Name>FindClassFunctions</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulMakeHREFNames">
<Name>MakeHREFNames</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
<MethodShort Scope="public" Binding="dynamic" Target="#CFSModulMakeSplitfileNames">
<Name>MakeSplitfileNames</Name>
<Description>
Here should be a short description of the function.
</Description>
</MethodShort>
</MethodsShort>
</MethodsList>
<Methods>
<Method anchor="CFSModulSModul" NAME="CFSModulSModul">
<Header>
SModul(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModul_SModul" NAME="CFSModul_SModul">
<Header>
~SModul(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>int (DEFAULT)</Name>
<Description>
Here should be a description of the return value.
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulEmpty" NAME="CFSModulEmpty">
<Header>
void Empty(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulCountGlobals" NAME="CFSModulCountGlobals">
<Header>
void CountGlobals(CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulCountClasses" NAME="CFSModulCountClasses">
<Header>
void CountClasses(CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulCountClassMembers" NAME="CFSModulCountClassMembers">
<Header>
void CountClassMembers(const CString strClassname, CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>const CString strClassname</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulFindGlobalVariables" NAME="CFSModulFindGlobalVariables">
<Header>
void FindGlobalVariables(CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulFindGlobalFunctions" NAME="CFSModulFindGlobalFunctions">
<Header>
void FindGlobalFunctions(CStringArray&amp; astrText, const CStringArray&amp; astrNotReturns);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>const CStringArray&amp; astrNotReturns</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulFindClasses" NAME="CFSModulFindClasses">
<Header>
void FindClasses(CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulFindClassVariables" NAME="CFSModulFindClassVariables">
<Header>
void FindClassVariables(const CString strClassname, CStringArray&amp; astrText);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>const CString strClassname</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulFindClassFunctions" NAME="CFSModulFindClassFunctions">
<Header>
void FindClassFunctions(const CString strClassname, CStringArray&amp; astrText, const CStringArray&amp; astrNotReturns);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>const CString strClassname</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>CStringArray&amp; astrText</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>const CStringArray&amp; astrNotReturns</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulMakeHREFNames" NAME="CFSModulMakeHREFNames">
<Header>
void MakeHREFNames(void);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>void</Name>
<Description>
 - none -
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
<Method anchor="CFSModulMakeSplitfileNames" NAME="CFSModulMakeSplitfileNames">
<Header>
void MakeSplitfileNames(const CString&amp; strHeaderFilename, const CString&amp; strHTMLFilename);
</Header>
<ReturnValues>
<Header>Return values</Header>
<ReturnValue>
<Name>void</Name>
<Description>
 - none -
</Description>
</ReturnValue>
</ReturnValues>
<Parameters>
<Header>Parameter</Header>
<Parameter>
<Name>const CString&amp; strHeaderFilename</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
<Parameter>
<Name>const CString&amp; strHTMLFilename</Name>
<Description>
Here should be a description of the parameter
</Description>
</Parameter>
</Parameters>
<Description>
Here should be a detailed description of the function.
</Description>
</Method>
</Methods>
</Class>
</HDocumentor>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions