chore: 完善 API 文档
parent
cb724e1bf7
commit
8f37e94639
|
@ -330,3 +330,4 @@ ASALocalRun/
|
||||||
.mfractor/
|
.mfractor/
|
||||||
|
|
||||||
!Common/Log/
|
!Common/Log/
|
||||||
|
Doc/
|
2
Doxyfile
2
Doxyfile
|
@ -6,7 +6,7 @@ OUTPUT_DIRECTORY = ./Doc/
|
||||||
EXTRACT_ALL = yes
|
EXTRACT_ALL = yes
|
||||||
EXTRACT_PRIVATE = no
|
EXTRACT_PRIVATE = no
|
||||||
EXTRACT_STATIC = yes
|
EXTRACT_STATIC = yes
|
||||||
INPUT = ./Storage/Source/ ./RTM/Source/ ./LiveQuery/Source/
|
INPUT = ./Storage/
|
||||||
#Do not add anything here unless you need to. Doxygen already covers all
|
#Do not add anything here unless you need to. Doxygen already covers all
|
||||||
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
|
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
|
||||||
FILE_PATTERNS =
|
FILE_PATTERNS =
|
||||||
|
|
Loading…
Reference in New Issue