summaryrefslogtreecommitdiff
path: root/doc/classes/Engine.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-06-15 08:54:06 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-06-15 08:54:06 +0200
commit7927eb60137c49ab6eb6d591accf6409500dbc1e (patch)
treec17fa33d1f66eb462fe2c4e6e37786bef1d53d7b /doc/classes/Engine.xml
parent8e73629def2132a057c6b444d1b867a5afd66b33 (diff)
doc: Remove extraneous empty lines in descriptions
Diffstat (limited to 'doc/classes/Engine.xml')
-rw-r--r--doc/classes/Engine.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml
index 3273005395..f921b76b21 100644
--- a/doc/classes/Engine.xml
+++ b/doc/classes/Engine.xml
@@ -16,7 +16,6 @@
</return>
<description>
Returns engine author information in a Dictionary.
-
"lead_developers" - Array of Strings, lead developer names
"founders" - Array of Strings, founder names
"project_managers" - Array of Strings, project manager names
@@ -28,7 +27,6 @@
</return>
<description>
Returns an Array of copyright information Dictionaries.
-
"name" - String, component name
"parts" - Array of Dictionaries {"files", "copyright", "license"} describing subsections of the component
</description>
@@ -89,7 +87,6 @@
</return>
<description>
Returns the current engine version information in a Dictionary.
-
"major" - Holds the major version number as an int
"minor" - Holds the minor version number as an int
"patch" - Holds the patch version number as an int