Будите упозорени, страница "Documenting project" ће бити избрисана.
Project uses doxygen for documentation generation.
You can generate documentation:
mkdir build
cd build
cmake ..
cmake --build . --target doc
Please use:
* ```\<directive>``` for special commands
## Grouping modules
There are two groups/modules in doxygen QtProtobuf and QtGrpc assigned accordingly.
Please use following style to add couple classes to group:
/*!
/*!
\brief The Some class2 description / class Some2 { ... }; ... /! } */
And simplified for single class:
/*!
Будите упозорени, страница "Documenting project" ће бити избрисана.