Merge pull request #44951 from KoBeWi/documint
Complete the docs for primitive types
This commit is contained in:
commit
e49f88b312
3 changed files with 147 additions and 0 deletions
|
|
@ -132,6 +132,7 @@
|
|||
<argument index="0" name="right" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if two bools are different, i.e. one is [code]true[/code] and the other is [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator <" qualifiers="operator">
|
||||
|
|
@ -140,6 +141,7 @@
|
|||
<argument index="0" name="right" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if left operand is [code]false[/code] and right operand is [code]true[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
|
|
@ -148,6 +150,7 @@
|
|||
<argument index="0" name="right" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if two bools are equal, i.e. both are [code]true[/code] or both are [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator >" qualifiers="operator">
|
||||
|
|
@ -156,6 +159,7 @@
|
|||
<argument index="0" name="right" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if left operand is [code]true[/code] and right operand is [code]false[/code].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue