Changeset 8e16454 in mainline for uspace/app/tmon/list.c


Ignore:
Timestamp:
2017-12-27T16:46:27Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4b83cc
Parents:
59958992
git-author:
Petr Manek <petr.manek@…> (2017-12-27 16:43:34)
git-committer:
Petr Manek <petr.manek@…> (2017-12-27 16:46:27)
Message:

tmon: add in-code docs and method docstrings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/list.c

    r59958992 r8e16454  
    4444#define MAX_PATH_LENGTH 1024
    4545
     46/** Print a single item of the device list.
     47 * @param[in] svc Service ID of the devman function.
     48 */
    4649static void print_list_item(service_id_t svc)
    4750{
     
    6366}
    6467
     68/** List command handler.
     69 * @param[in] argc Number of arguments.
     70 * @param[in] argv Argument values. Must point to exactly `argc` strings.
     71 *
     72 * @return Exit code
     73 */
    6574int tmon_list(int argc, char *argv[])
    6675{
Note: See TracChangeset for help on using the changeset viewer.