api,doc: fix missing Command() doc output in html
This commit is contained in:
@@ -183,10 +183,10 @@
|
|||||||
</method>
|
</method>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Command
|
Command:
|
||||||
@cmd The command string, e.g. "AT+GCAP" or "+GCAP" (leading AT is inserted if necessary).
|
@cmd: The command string, e.g. "AT+GCAP" or "+GCAP" (leading AT is inserted if necessary).
|
||||||
@timeout The number of seconds to wait for a response.
|
@timeout: The number of seconds to wait for a response.
|
||||||
@response The modem's response.
|
@response: The modem's response.
|
||||||
|
|
||||||
Send an arbitrary AT command to a modem and get the response.
|
Send an arbitrary AT command to a modem and get the response.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user