⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpage.xml

📁 这是一个能够自动生成文档的程序
💻 XML
字号:
<?xml version="1.0" encoding="GB2312" ?><class name="CPage">	<explain>代码页对象
</explain>	<function name="CPage">		<prototype index="1">CPage(LPCTSTR iPathName);</prototype>		<desc>构造函数
</desc>		<explain>构造函数
</explain>	</function>	<function name="~CPage">		<prototype index="1">virtual ~CPage();</prototype>		<desc>析构函数
</desc>		<explain>析构函数
</explain>	</function>	<function name="GetPathName">		<prototype index="1">LPCTSTR GetPathName();</prototype>		<desc>取得代码页的完整路径
</desc>		<explain>取得代码页的完整路径
</explain>	</function>	<function name="AddIncludePage">		<prototype index="1">void AddIncludePage(CPage* ipIncludePage);</prototype>		<desc>加入一个包含的代码页
</desc>		<explain>加入一个包含的代码页
</explain>	</function>	<function name="GetIncludeList">		<prototype index="1">CPageList* GetIncludeList();</prototype>		<desc>取得该代码页所包含的所有代码页的列表
</desc>		<explain>取得该代码页所包含的所有代码页的列表
</explain>	</function>	<function name="IsIncludedPage">		<prototype index="1">BOOL IsIncludedPage(CPage* ipPage);</prototype>		<desc>查询本页是否#include了ipPage
</desc>		<explain>查询本页是否#include了ipPage
</explain>	</function>	<function name="IncreaseLine">		<prototype index="1">void IncreaseLine(int iLine);</prototype>		<desc>行号递增
</desc>		<explain>行号递增
</explain>	</function>	<function name="GetLine">		<prototype index="1">int GetLine() const;</prototype>		<desc>取得行号
</desc>		<explain>取得行号
</explain>	</function>	<function name="IncreaseColumn">		<prototype index="1">void IncreaseColumn(int iColumn);</prototype>		<desc>列号递增
</desc>		<explain>列号递增
</explain>	</function>	<function name="ResetColumn">		<prototype index="1">void ResetColumn();</prototype>		<desc>重置列号
</desc>		<explain>重置列号
</explain>	</function>	<function name="GetColumn">		<prototype index="1">int GetColumn() const;</prototype>		<desc>取得列号
</desc>		<explain>取得列号
</explain>	</function>	<function name="AddComment">		<prototype index="1">void AddComment(CToken* ipComment);</prototype>		<desc>将注释token保存到当前页,以便在进行标识符解析时
获...</desc>		<explain>将注释token保存到当前页,以便在进行标识符解析时
获取相应的注释
</explain>	</function>	<function name="AddDividing">		<prototype index="1">void AddDividing(int iLine);</prototype>		<desc>添加用于判定注释归属的分界符
</desc>		<explain>添加用于判定注释归属的分界符
</explain>	</function>	<function name="GetComment">		<prototype index="1">void GetComment(CString&amp; oComment,int iLine,int iEndLine=-1);</prototype>		<desc>将注释输出到oComment,iLine为标识符所在的行
</desc>		<explain>将注释输出到oComment,iLine为标识符所在的行
</explain>	</function></class>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -