[gnumeric] Introspection: doc fixes.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Introspection: doc fixes.
- Date: Thu, 28 Feb 2013 02:21:30 +0000 (UTC)
commit 61949fd7685b29cbacd85d6c29c3483b8d76aac7
Author: Morten Welinder <terra gnome org>
Date: Wed Feb 27 21:21:10 2013 -0500
Introspection: doc fixes.
src/outoflinedocs.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/src/outoflinedocs.c b/src/outoflinedocs.c
index 78a9873..4f5feeb 100644
--- a/src/outoflinedocs.c
+++ b/src/outoflinedocs.c
@@ -7,7 +7,7 @@
/* ------------------------------------------------------------------------- */
/**
- * log1pmx
+ * log1pmx:
* @x: a number
*
* Returns: log(1+ x)- x with less rounding error than the naive formula,
@@ -20,7 +20,8 @@
* @x: a number
* @y: a number
*
- * Returns: (1+ x)^ y with less rounding error than the naive formula.
+ * Returns: The result of (1+ x)^ y with less rounding error than the
+ * naive formula.
*/
@@ -29,13 +30,14 @@
* @x: a number
* @y: a number
*
- * Returns: (1+ x)^ y-1 with less rounding error than the naive formula.
+ * Returns: The result of (1+ x)^ y-1 with less rounding error than the
+ * naive formula.
*/
/* ------------------------------------------------------------------------- */
/**
- * dnorm: the density function of the normal distribution
+ * dnorm:
* @x: observation
* @mu: mean of the distribution
* @sigma: standard deviation of the distribution
@@ -45,7 +47,7 @@
*/
/**
- * pnorm: the cumulative density function of the normal distribution
+ * pnorm:
* @x: observation
* @mu: mean of the distribution
* @sigma: standard deviation of the distribution
@@ -56,7 +58,7 @@
*/
/**
- * qnorm: the probability quantile function of the normal distribution
+ * qnorm:
* @p: probability
* @mu: mean of the distribution
* @sigma: standard deviation of the distribution
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]