Hi, alpha, I see that we have many doxygen style document in our C::B source, which only have one line before the function
Such as in include\projectfile.h (also there are many in CodeCompletion document).
...
/** The weight. This is a number between 0 and 100 (defaults to 50).
* Files with smaller weights are compiled earlier than those with larger weights. */
unsigned short int weight;
/** If true, the file is open inside an editor. */
bool editorOpen; // layout info
/** Split type of the editor as int. */
int editorSplit; // layout info
/** Last active splitview (1 or 2). */
int editorSplitActive; // layout info
/** Last splitter position. */
int editorSplitPos; // layout info
/** The last known caret position in an editor for this file (left/top control if split). */
int editorPos; // layout info
/** The last known caret line in an editor for this file (left/top control if split). */
int editorTopLine; // layout info
...
So, when generate the http://alpha0010.github.io, I strongly suggest enable this option, so that the first line is used as the brief of the function document.