From 1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 8 Mar 2011 21:41:17 -0500 Subject: Add some missing documentation. --- libdimension/profile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdimension/profile.h') diff --git a/libdimension/profile.h b/libdimension/profile.h index 9282c66..04c77e2 100644 --- a/libdimension/profile.h +++ b/libdimension/profile.h @@ -31,12 +31,12 @@ /** * Record an test and its expected result. Called by dmnsn_[un]likely(); * don't call directly. - * @param[in] value The result of the test. + * @param[in] result The result of the test. * @param[in] expected The expected result of the test. * @param[in] func The name of the function the test occurs in. * @param[in] file The name of the file the test occurs in. * @param[in] line The line number on which the test occurs. - * @return \p value. + * @return \p result. */ bool dmnsn_expect(bool result, bool expected, const char *func, const char *file, unsigned int line); -- cgit v1.2.3