summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-09-06 17:53:46 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-09-06 17:53:46 +0100
commit7e7dbae4f9c0e98f626105a26917581e871691d5 (patch)
tree26779fabc610242c91129865527c5e9702a0eec6
parent7ab64739391d60a52755250e76b0f4a03878a7e8 (diff)
downloadhivex-7e7dbae4f9c0e98f626105a26917581e871691d5.tar.gz
hivex-7e7dbae4f9c0e98f626105a26917581e871691d5.tar.xz
hivex-7e7dbae4f9c0e98f626105a26917581e871691d5.zip
Don't include "Returns ..." in function description.
The description of what it returns is already produced by the generator. This fixes commit e85b1eaa268caea316f6aa8e02738b3d94297250.
-rwxr-xr-xgenerator/generator.ml6
1 files changed, 2 insertions, 4 deletions
diff --git a/generator/generator.ml b/generator/generator.ml
index b6fb8b3..def516f 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -265,14 +265,12 @@ you know the type in advance.";
"node_struct_length", (RSize, [AHive; ANode "node"]),
"return the length of a node",
"\
-Return the length of the node data structure. Returns 0
-and sets errno on error.";
+Return the length of the node data structure.";
"value_struct_length", (RSize, [AHive; AValue "val"]),
"return the length of a value data structure",
"\
-Return the length of the value data structure. Returns 0
-and sets errno on error.";
+Return the length of the value data structure.";
"value_value", (RLenTypeVal, [AHive; AValue "val"]),
"return data length, data type and data of a value",