doc: Add comment to check_expected().
authorAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2013 10:47:42 +0000 (12:47 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2013 10:47:42 +0000 (12:47 +0200)
include/cmocka.h

index f39290bc43f21cd6bb5526e90c5439ebf60ada48..236743b095d6fcda4f1d290e705b68c816b083a3 100644 (file)
@@ -587,6 +587,8 @@ void expect_not_string_count(#function, #parameter, const char *string, size_t c
  * This ensures the next value queued by one of the expect_*() macros matches
  * the specified variable.
  *
+ * This function needs to be called in the mock object.
+ *
  * @param[in]  #parameter  The parameter to check.
  */
 void check_expected(#parameter);