Format comment blocks in C++ source files
Project description
cpp_comment_format
Format code blocks.
From command line
Default style, print result to screen:
cpp_comment_format example.cpp
To modify in place:
cpp_comment_format -i example.cpp
Using a specific style:
cpp_comment_format --style "javadoc" --doxygen "@" example.cpp
Using pre-commit
Default style:
repos:
- repo: https://github.com/tdegeus/cpp_comment_format
rev: v0.0.2
hooks:
- id: cpp_comment_format
Using a specific style:
repos:
- repo: https://github.com/tdegeus/cpp_comment_format
rev: v0.0.2
hooks:
- id: cpp_comment_format
args: ["--style", "javadoc", "--doxygen", "@"]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for cpp_comment_format-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb3cdd290d3f20fd982d87e72f129aff02176022390562cffebf2aed28cdf39 |
|
MD5 | 239cb11d6006d9a226fdd32182f14862 |
|
BLAKE2b-256 | d038622b9155a9866cc107713cdef2495e8f04ec5a4b08f6916858dd44e1c166 |