From 65a8b33fd513a8bdf72688708a1d2bc188dae01f Mon Sep 17 00:00:00 2001 From: oneRain Date: Fri, 19 Jul 2019 15:40:51 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=A2=9E=E5=8A=A0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doxyfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Doxyfile diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000..67dddf6 --- /dev/null +++ b/Doxyfile @@ -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 \ No newline at end of file