doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
This commit is contained in:
@ -105,10 +105,10 @@
|
||||
DNS hostname resolver status: Error.
|
||||
</constant>
|
||||
<constant name="RESOLVER_MAX_QUERIES" value="32">
|
||||
Maximum number of concurrent DNS resolver queries allowed, [code]RESOLVER_INVALID_ID[/code] is returned if exceeded.
|
||||
Maximum number of concurrent DNS resolver queries allowed, [constant RESOLVER_INVALID_ID] is returned if exceeded.
|
||||
</constant>
|
||||
<constant name="RESOLVER_INVALID_ID" value="-1">
|
||||
Invalid ID constant. Returned if [code]RESOLVER_MAX_QUERIES[/code] is exceeded.
|
||||
Invalid ID constant. Returned if [constant RESOLVER_MAX_QUERIES] is exceeded.
|
||||
</constant>
|
||||
<constant name="TYPE_NONE" value="0" enum="Type">
|
||||
Address type: None.
|
||||
|
||||
Reference in New Issue
Block a user