月度归档: 2024 年 11 月

3 篇文章

doxygen文档注释编写指南
通过doxygen生成文档 生成配置文件 通过doxygen -g <config_filename>生成Doxyfile的配置文件。 通过配置文件生成文档 使用以下命令生成文档,前提是已经生成了配置文件并且配置了相关项。 doxygen Doxyfile doxygen注释要求 Comment blocks for C-like la…
windows批处理教程
批处理相关用法 设置注释 设置注释可以通过Rem和::完成,例如: :: :: the below code is used to build project using cmake. :: Rem This is for listing down all the files in the directory Program files 重定向 和…