Update coding style to include a more exact example of using return
Signed-off-by: Scott Zawalski <[email protected]>
--- autotest/CODING_STYLE 2010-04-26 13:27:29.000000000 -0700
+++ autotest/CODING_STYLE 2010-04-26 13:27:29.000000000 -0700
@@ -127,6 +127,7 @@
@param param1: A thing called param1 that is used for a bunch of stuff
that has methods bar() and baz() which raise SpamError if
something goes awry.
+ @return a list of integers describing changes in a source tree
...
"""
@@ -144,6 +145,8 @@
@raises - If the function can throw an exception, this tag documents the
possible exception types.
+When in doubt refer to: http://doxygen.nl/commands.html
+
Simple code
Keep it simple; this is not the right place to show how smart you are. We
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest