fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Unified doxygen comment style #204

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

Before this PR, library source files in the include directory uses different style for doxygen comments between public and private APIs.
To make the source files organized, doxygen comment style is unified into /// style, not /* */ style.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 0fc26b545325cb3c854bfe0385843486bb7b1a2f on feature/unify_doxygen_comment_style into 76780f40ac3f80cc81146672bbffa35164698d98 on develop.