X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_assert.h;h=c44dc14542dd29c05e3fe45605abc1b5a71d4672;hp=fcd218628fc433b5cee60b6f59eb71487c0b9858;hb=HEAD;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90 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 + +/** @} */