b.h

来自「Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html」· C头文件 代码 · 共 21 行

H
21
字号
/** Just to make the class graph look more interesting.    Here we show multiple inheritance from one docified class and a nondocified    one.    This is how this documentation has been generated:    \begin{verbatim}    /** Just to make the class graph look more interesting.        Here we show multiple inheritance from one docified class and a nondocified        one.        This is how this documentation has been generated:    * /    class Intermediate : public CommonBase, public NotDocified {      };    \end{verbatim}*/class Intermediate : public CommonBase, public NotDocified{};

⌨️ 快捷键说明

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