瀏覽代碼

Provide coline configuration

Patrick-Christopher Mattulat 2 月之前
父節點
當前提交
c1561315a1
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      coline.yml

+ 19 - 0
coline.yml

@@ -0,0 +1,19 @@
+name: "Lynar Studios - Standard Library"
+
+# the version of this library
+version: v2024.1.0.0
+
+# the source locations of this library containing documentation comment sections,
+# this is different on every individual computer
+source_locations:
+#  - /Users/folder/ls-standard-library/include
+#  - /Users/folder/ls-standard-library/source
+
+# the file extensions, which should be respected
+file_extensions:
+  - .cpp
+  - .hpp
+
+# the output location, where the generated documentation should end up,
+# this is different on every individual computer
+output_location: /Users/folder/ls-standard-library/doc