cdocerapp.xml

来自「这是一个能够自动生成文档的程序」· XML 代码 · 共 23 行

XML
23
字号
<?xml version="1.0" encoding="GB2312" ?><class name="CDocerApp">	<explain>
 CDocerApp:
 See Docer.cpp for the implementation of this class

</explain>	<function name="CDocerApp">		<prototype index="1">CDocerApp();</prototype>		<desc>		</desc>		<explain>		</explain>	</function>	<function name="InitInstance">		<prototype index="1">virtual BOOL InitInstance();</prototype>		<desc>		</desc>		<explain>		</explain>	</function>	<function name="DECLARE_MESSAGE_MAP">		<prototype index="1">DECLARE_MESSAGE_MAP();</prototype>		<desc>}}AFX_VIRTUAL
 Implementation
{{AFX_MSG(CDocerApp)...</desc>		<explain>}}AFX_VIRTUAL
 Implementation
{{AFX_MSG(CDocerApp)
 NOTE - the ClassWizard will add and remove member functions here.
    DO NOT EDIT what you see in these blocks of generated code !
}}AFX_MSG
</explain>	</function></class>

⌨️ 快捷键说明

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