aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-10 11:37:59 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-10 11:38:47 +0200
commit868d0dbf3f01259887c2b5dc6d16eee28ab3ffb5 (patch)
tree35ab4231818f8598f2a25d9846349171ec0ee1fe /introspection
parent797f2a5a2e73d2be64b16c739d9b859ffd7938d0 (diff)
api,doc: fix missing Command() doc output in html
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml
index 41dd192e..4a9327b4 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.xml
@@ -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.