api,doc: fix missing Command() doc output in html

This commit is contained in:
Aleksander Morgado
2020-04-10 11:37:59 +02:00
parent 797f2a5a2e
commit 868d0dbf3f

View File

@@ -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.