Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] Fix up doxygen docs for some dbus functions
Some parameters where wrongly specced, this fixes the doxygen docs.

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Sep 15, 2014
1 parent 7cc97fb commit ba8fc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usb_moded-dbus.c
Expand Up @@ -365,7 +365,7 @@ int usb_moded_send_signal(const char *state_ind)
* Send regular usb_moded error signal
*
* @return 0 on success, 1 on failure
* @param state_ind the signal name
* @param error the error to be signalled
*
*/
int usb_moded_send_error_signal(const char *error)
Expand All @@ -377,7 +377,7 @@ int usb_moded_send_error_signal(const char *error)
* Send regular usb_moded mode list signal
*
* @return 0 on success, 1 on failure
* @param state_ind the signal name
* @param supported_modes list of supported modes
*
*/
int usb_moded_send_supported_modes_signal(const char *supported_modes)
Expand Down

0 comments on commit ba8fc84

Please sign in to comment.