2016-05-10 20:13, Jan Viktorin:
> +struct resource {
> + const char *name; /** Unique name of the resource */
> + const char *begin; /** Start of resource data */
> + const char *end; /** End of resource data */
> + TAILQ_ENTRY(resource) next;
> +};There is no doxygen generated from this file, but you can keep this format in case we decide to generate one. Here the comments after the fields should start with /**<

