Small utility for building code comments compatible with doxygen. It actually works with C++ and Python codes.
Download latest release from the release page.
You will need the following tools :
- A recent compiler for C++
- Conan (https://conan.io)
- CMake
conan remote add gitlab https://gitlab.com/api/v4/packages/conan
conan user gitlab+deploy-token-653038 -r gitlab -p sBwmejFz5Pn-gZPSNFMy
conan profile update settings.compiler.libcxx=libstdc++11 default
conan install ..
mkdir cmake-build-release && cd cmake-build-release
conan build .. or conan build .. -s build_type=Debug
Anote GTK2 vs GTK3
