bradfordelliott / shorte

The documentation language
0 stars 0 forks source link

C/C++ parser comment problem #103

Open bradfordelliott opened 10 years ago

bradfordelliott commented 10 years ago

This is parsed incorrectly. It is treating the @file block as a comment for the #define. If the @file tag is encountered it should really be treated as the module header.

/** @file test.c
 *
 * @brief
 * This is some random data about this file here
 *
 */
#define FALSE 0
#define TRUE !FALSE