doc: api
parent
25fe5d4152
commit
080aa1c049
2
Doxyfile
2
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 =
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/// <summary>
|
||||
/// 关系类
|
||||
/// </summary>
|
||||
namespace LeanCloud.Storage {
|
||||
namespace LeanCloud.Storage {
|
||||
/// <summary>
|
||||
/// 关系类
|
||||
/// </summary>
|
||||
public class LCRelation<T> where T : LCObject {
|
||||
/// <summary>
|
||||
/// 字段名
|
||||
|
|
Loading…
Reference in New Issue