Cleanup: missed when using doxy groups

This commit is contained in:
2018-09-19 11:55:41 +10:00
parent c0fb90ff9a
commit 0322e854da

View File

@@ -391,7 +391,11 @@ static BuiltinOpDef builtin_ops[] = {
{ NULL, OPCODE_CONST, NULL }
};
/* Simple Expression Parser State -------------------------- */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Expression Parser State
* \{ */
#define MAKE_CHAR2(a, b) (((a) << 8) | (b))