]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_assert.h
add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_assert.h
index fcd218628fc433b5cee60b6f59eb71487c0b9858..c44dc14542dd29c05e3fe45605abc1b5a71d4672 100644 (file)
@@ -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
+
+/** @} */