diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-06-15 08:54:06 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-06-15 08:54:06 +0200 |
commit | 7927eb60137c49ab6eb6d591accf6409500dbc1e (patch) | |
tree | c17fa33d1f66eb462fe2c4e6e37786bef1d53d7b /doc/classes/Engine.xml | |
parent | 8e73629def2132a057c6b444d1b867a5afd66b33 (diff) |
doc: Remove extraneous empty lines in descriptions
Diffstat (limited to 'doc/classes/Engine.xml')
-rw-r--r-- | doc/classes/Engine.xml | 3 |
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 |