fix: notice.api:3.0 (fixed a reference)

This commit is contained in:
xdrm-brackets 2017-12-13 00:17:55 +01:00
parent dde577f008
commit d46096152e
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ Each method is represented as a class' method with the same name as the associat
Arguments are passed to the method as a single argument which an associative array according to the configuration. Arguments are passed to the method as a single argument which an associative array according to the configuration.
_Notes_: _Notes_:
* Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameterisoptional), [parameter.default_value](#parameterdefault_value)) * Optional parameters if not given are set to their default value (cf. [parameter.optional](#parameteris_optional), [parameter.default_value](#parameterdefault_value))
* parameters of type `FILE` are given by reference but the use is the same as normal parameters (cf. [complex types](#2---complex-types)) * parameters of type `FILE` are given by reference but the use is the same as normal parameters (cf. [complex types](#2---complex-types))
* URI parameters are called `URL0`, `URL1` and so on according to their order if no `rename` set in the configuration. (cf: [parameter.name](#parametername), [parameter.rename](#parameterrename)) * URI parameters are called `URL0`, `URL1` and so on according to their order if no `rename` set in the configuration. (cf: [parameter.name](#parametername), [parameter.rename](#parameterrename))