Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Mar 7, 2017
1 parent 700c0fe commit c1ea3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ python -m coverxygen --xml-path <path_to_doxygen_xml_dir> --output doc-coverage.

Full usage :
```
usage: coverxygen [-h] [--version] [--verbose] [--json JSON] [--format FORMAT] --xml-dir XML_DIR --output OUTPUT --root-dir ROOT_DIR [--prefix PREFIX] [--scope SCOPE] [--kind KIND]
usage: coverxygen [-h] [--version] [--verbose] [--json JSON] [--format FORMAT] --xml-dir XML_DIR --output OUTPUT --src-dir ROOT_DIR [--prefix PREFIX] [--scope SCOPE] [--kind KIND]
optional arguments:
-h, --help show this help message and exit
Expand All @@ -80,7 +80,7 @@ optional arguments:
lcov : simpler json format
--xml-dir XML_DIR path to generated doxygen XML directory
--output OUTPUT destination output file (- for stdout)
--root-dir ROOT_DIR root source directory used to match prefix forrelative path generated files
--src-dir ROOT_DIR root source directory used to match prefix forrelative path generated files
--prefix PREFIX keep only file matching given path prefix
--scope SCOPE comma-separated list of items' scope to include :
- public : public member elements
Expand Down

1 comment on commit c1ea3c2

@psycofdj
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatic build report for commit c1ea3c2:

Unit Tests
PyLint

Please sign in to comment.