|
@@ -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
|