Merge pull request #44 from onerain88/doc
Doc
commit
2eeb19dc18
|
@ -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 =
|
||||||
|
|
|
@ -8,7 +8,7 @@ namespace LeanCloud {
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LeanCloud {
|
public class LeanCloud {
|
||||||
// SDK 版本号,用于 User-Agent 统计
|
// SDK 版本号,用于 User-Agent 统计
|
||||||
internal const string SDKVersion = "0.2.0";
|
internal const string SDKVersion = "0.2.1";
|
||||||
|
|
||||||
// 接口版本号,用于接口版本管理
|
// 接口版本号,用于接口版本管理
|
||||||
internal const string APIVersion = "1.1";
|
internal const string APIVersion = "1.1";
|
||||||
|
|
Loading…
Reference in New Issue