doc: 增加文档生成工具

oneRain 2019-07-19 15:40:51 +08:00
parent 609b88d05b
commit 65a8b33fd5
1 changed files with 19 additions and 0 deletions

19
Doxyfile Normal file
View File

@ -0,0 +1,19 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "LeanCloud C# SDK"
OUTPUT_DIRECTORY = ./Doc/
EXTRACT_ALL = yes
EXTRACT_PRIVATE = no
EXTRACT_STATIC = yes
INPUT = ./Storage/Source/ ./RTM/Source/ ./LiveQuery/Source/
#Do not add anything here unless you need to. Doxygen already covers all
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
FILE_PATTERNS =
RECURSIVE = yes
#for HTML jj
GENERATE_HTML = YES
HTML_FILE_EXTENSION = .html
GENERATE_LATEX = NO