[doxygen] Fix some warnings in doxygen (#6899)

This commit is contained in:
tuduweb
2023-02-03 10:00:58 +08:00
committed by GitHub
parent fb8e9ea93a
commit 9fbf63441e
9 changed files with 29 additions and 39 deletions

2
documentation/doxygen/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
html/
latex/

View File

@@ -21,8 +21,8 @@
/**
* @addtogroup DFS
* @{
*/
/*@{*/
/**
* @defgroup Fd File Descriptor
@@ -41,4 +41,4 @@
* @defgroup FsPosixApi File POSIX API
*/
/*@}*/
/**@}*/

View File