Re: [PATCH] 2.5 Documentation/CodingStyle ANSI C function declarations.

Bernd Eckenfels (ecki@calista.eckenfels.6bone.ka-ip.net)
Sat, 31 May 2003 09:17:53 +0200


In article <E19Lzpz-00011a-00@calista.inka.de> you wrote:
> /**
> * foo: - do a foo job
> * @parameterbar: the bar parameter is used to bar
> *
> * Description: This is the long description of the function foo() which
> * is closely related to bar()
> * section header: section description
> **/
> int foo(long bar, long baz, struct magic *xyzzy)

most likely I made an error here:

/**
* foo: - do a foo job
* @bar: the bar parameter is used to bar
*
* Description: This is the long description of the function foo() which
* is closely related to bar(). @baz may not be 0.
* section header: section description
**/

Greetings
Bernd

-- 
eckes privat - http://www.eckes.org/
Project Freefire - http://www.freefire.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/