diff --git a/Doxyfile b/Doxyfile index af6cc49..f7df4f3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -6,7 +6,7 @@ OUTPUT_DIRECTORY = ./Doc/ EXTRACT_ALL = yes EXTRACT_PRIVATE = no 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 #common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp FILE_PATTERNS = diff --git a/Storage/Storage/LCRelation.cs b/Storage/Storage/LCRelation.cs index 9552bc7..6e44d76 100644 --- a/Storage/Storage/LCRelation.cs +++ b/Storage/Storage/LCRelation.cs @@ -1,7 +1,7 @@ -/// -/// 关系类 -/// -namespace LeanCloud.Storage { +namespace LeanCloud.Storage { + /// + /// 关系类 + /// public class LCRelation where T : LCObject { /// /// 字段名