Changeset 8e16454 in mainline for uspace/app/tmon/commands.h


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/commands.h

    r59958992 r8e16454  
    3737#define TMON_COMMANDS_H_
    3838
     39/* All commands are just versions of int main(int, char **). */
     40
     41/* List command just prints compatible devices. */
    3942int tmon_list(int, char **);
    4043
Note: See TracChangeset for help on using the changeset viewer.