Hedgewars: Doxygen module for frontlib
completed by: Mrowqa
mentors: koda, Andrey Korotaev, Xeli, Sheepy
Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.
Your task
Frontlib is the library that takes care of frontend and engine interaction and it is useful, especially when you deal with different frontends.
All the documentation to use it has been embedded in the headers which makes it difficult to navigate. Convert the documentation comment in proper Doxygen documentation format.
Deliverable
A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export
or unified diff format (in order of preference) implementing the functionality required.