summaryrefslogtreecommitdiffstats
path: root/libdimension/profile.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-03-08 21:41:17 -0500
committerTavian Barnes <tavianator@gmail.com>2011-03-08 21:43:24 -0500
commit1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629 (patch)
treea203f0069d9d0c3891e437c56631fac88fa147ce /libdimension/profile.h
parentf9c82dc760f65858adb23e0b57f762ef629c3ef5 (diff)
downloaddimension-1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629.tar.xz
Add some missing documentation.
Diffstat (limited to 'libdimension/profile.h')
-rw-r--r--libdimension/profile.h4
1 files changed, 2 insertions, 2 deletions
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);