X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_assert.h;fp=include%2Fecoli_assert.h;h=c44dc14542dd29c05e3fe45605abc1b5a71d4672;hp=fcd218628fc433b5cee60b6f59eb71487c0b9858;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_assert.h b/include/ecoli_assert.h index fcd2186..c44dc14 100644 --- a/include/ecoli_assert.h +++ b/include/ecoli_assert.h @@ -3,7 +3,10 @@ */ /** - * Assert API + * @defgroup assert Assert + * @{ + * + * @brief Assertion helpers * * Helpers to check at runtime if a condition is true, or otherwise * either abort (exit program) or return an error. @@ -53,3 +56,5 @@ void __ec_assert_print(bool expr, const char *expr_str, } while(0) #endif + +/** @} */