sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Enhance documentation and examples to give the user a good overview of what is possible with VCTR #54

Open JanosGit opened 1 year ago

JanosGit commented 1 year ago

The root Readme should present the potential user a few more example use cases presenting

The examples folder should be populated with a few subfolders, each containing their own self-contained example project, showcasing functionalities for certain use-cases. Along with each project, there should be a Readme, explaining the features illustrated in the code example.

The generated doxygen output from the project should be reviewed and comments should be adjusted in order to generate the best possible documentation.