Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 449 Bytes

Doxycheck

usage: doxycheck [-h] [--doxygen-html] [--sphinx-html] input [input ...]

Test doxygen code comments using doxygen/sphinx+breathe

positional arguments:
  input           document or directory to validate

  optional arguments:
    -h, --help      show this help message and exit
    --doxygen-html  show doxygen html
    --sphinx-html   show sphinx html

Note

Currently, the tool is limited to checking C/C++ files