api,doc: fix missing Command() doc output in html
This commit is contained in:
@@ -183,10 +183,10 @@
|
||||
</method>
|
||||
|
||||
<!--
|
||||
Command
|
||||
@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.
|
||||
@response The modem's response.
|
||||
Command:
|
||||
@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.
|
||||
@response: The modem's response.
|
||||
|
||||
Send an arbitrary AT command to a modem and get the response.
|
||||
|
||||
|
Reference in New Issue
Block a user