Added version info to the docu

master
Mark 2018-12-21 21:15:11 +01:00
parent cf7469043d
commit 286d4d6a5b
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
<func> <func>
<title>GetEnergy</title> <title>GetEnergy</title>
<category>Objects</category> <category>Objects</category>
<version>1.0 OC</version> <version>1.0 OC<extversion>9.0 OC</extversion></version>
<syntax> <syntax>
<rtype>int</rtype> <rtype>int</rtype>
<params> <params>
<param> <param>
<type>bool</type> <type>bool</type>
<name>exact</name> <name>exact</name>
<desc>If <code>true</code>, the exact energy value is returned.</desc> <desc>If <code>true</code>, the exact energy value is returned (since 9.0 OC).</desc>
<optional /> <optional />
</param> </param>
</params> </params>