example.cpp
来自「doxygen(一个自动从源代码生成文档的工具)的源代码」· C++ 代码 · 共 20 行
CPP
20 行
/** A Test class. * More details about this class. */class Test{ public: /** An example member function. * More details about this function. */ void example();};void Test::example() {}/** \example example_test.cpp * This is an example of how to use the Test class. * More details about this example. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?