doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2020-08-21 02:33:44 +02:00
parent 5954f82e44
commit dbb0ad3b59
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 11 additions and 11 deletions

View File

@ -70,15 +70,6 @@
<description> <description>
</description> </description>
</method> </method>
<method name="add_ios_framework">
<return type="void">
</return>
<argument index="0" name="path" type="String">
</argument>
<description>
Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project.
</description>
</method>
<method name="add_ios_embedded_framework"> <method name="add_ios_embedded_framework">
<return type="void"> <return type="void">
</return> </return>
@ -86,8 +77,17 @@
</argument> </argument>
<description> <description>
Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project and embeds it into resulting binary. Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project and embeds it into resulting binary.
[b]Note:[/b] For static libraries (*.a) works in same way as [code]add_ios_framework[/code]. [b]Note:[/b] For static libraries (*.a) works in same way as [method add_ios_framework].
This method should not be used for System libraries as they are already present on the device. This method should not be used for System libraries as they are already present on the device.
</description>
</method>
<method name="add_ios_framework">
<return type="void">
</return>
<argument index="0" name="path" type="String">
</argument>
<description>
Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project.
</description> </description>
</method> </method>
<method name="add_ios_linker_flags"> <method name="add_ios_linker_flags">