fktn-k / fkYAML

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

#113 Generate API documentation only for public members #114

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

Currently, the API documentation of this project describes all the members of each class in the fkYAML library on GitHub Pages.
The descriptions of private members could bring confusion to its readers, especially developers who just use the library, because of its too much concreteness.
So, I would like to regulate the contents of the API documents to private members.

See #113.