添加Doxygen注释的示例
This commit is contained in:
		| @@ -3,6 +3,11 @@ | ||||
| // | ||||
| #include "example.h" | ||||
|  | ||||
| /** | ||||
|  * @brief 在stdin打印一个字符串 | ||||
|  *  | ||||
|  * @param str 指向需要打印的字符串指针 | ||||
|  */ | ||||
| void print(char* str) | ||||
| { | ||||
|     printf("%s", str); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user