All the created file MUST have an head with documentation information.
See the example below:
/**
* @class SimpleLongTaskController
* @ingroup Controller
* @brief SimpleLongTaskController is a controller demonstrating the use
* of LongTaskController for cutting a long task into a fixed number
* of smaller tasks.
*
* @note This is an example implementation that creates 10 files
*
* <b>Input actions:</b>
* - see LongTaskController
*
* <b>Output actions:</b>
* - see LongTaskController
*
* @author ingo herwig <ingo@wemove.com>
*/