oneRain 2020-05-14 10:17:15 +08:00
parent 25fe5d4152
commit 080aa1c049
2 changed files with 5 additions and 5 deletions

View File

@ -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/Storage/ ./Realtime/Realtime/ INPUT = ./Storage/Storage/ ./Realtime/Realtime/ ./LiveQuery/LiveQuery/
#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 =

View File

@ -1,7 +1,7 @@
/// <summary> namespace LeanCloud.Storage {
/// 关系类 /// <summary>
/// </summary> /// 关系类
namespace LeanCloud.Storage { /// </summary>
public class LCRelation<T> where T : LCObject { public class LCRelation<T> where T : LCObject {
/// <summary> /// <summary>
/// 字段名 /// 字段名