Add LOTS of missing docs
This commit is contained in:
parent
951ecc4f79
commit
e103f21a40
59 changed files with 332 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="StringName" version="4.0">
|
||||
<brief_description>
|
||||
An optimized string type for unique names.
|
||||
</brief_description>
|
||||
<description>
|
||||
[StringName]s are immutable strings designed for general-purpose represention of unique names. [StringName] ensures that only one instance of a given name exists (so two [StringName]s with the same value are the same object). Comparing them is much faster than with regular [String]s, because only the pointers are compared, not the whole strings.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
@ -13,6 +15,7 @@
|
|||
<argument index="0" name="from" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Creates a new [StringName] from the given [String].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue