Update Developming.md

Co-authored-by: usermeme <romanyankovich98@gmail.com>
This commit is contained in:
Andrei Yankovich 2021-04-04 18:00:08 +03:00 committed by GitHub
parent 01f4b37026
commit b19ba32347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ For build c++ projects QuasarApp group use the CMake build system.
4. All projects should be support next cmake targets:
* test - for run tests.
* deploy - for create a distribution kits.
* release - for prepare signed distro pacakges and update repositories
* release - for prepare signed distro packages and update repositories
* doc - for generate technical documentation.
> Do not worry. All This targets alredy sopports in the our [CMake](https://github.com/QuasarApp/CMake) toolchains and [CMakeProject](https://github.com/QuasarApp/CMakeProject) template.
5. All functions and classes must be documented using doxygen comments. For more information about syntaxis of the doxygen comments see the [doxygen](https://www.doxygen.nl/manual/docblocks.html) documentation