Merge pull request #3 from onerain88/api_doc

doc: 增加文档生成工具
oneRain 2019-07-19 15:42:35 +08:00 committed by GitHub
commit 5749ebb62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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