[PATCH 1/1] crypto: api.c: adding doxygen comments to api

2010-11-04 Thread Mark Allyn
Signed-off-by: Mark A. Allyn mark.a.al...@intel.com --- crypto/api.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/crypto/api.c b/crypto/api.c index 033a714..a11939f 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -193,6 +193,13 @@ static struct crypto_alg

Re: [PATCH 1/1] crypto: api.c: adding doxygen comments to api

2010-11-04 Thread Randy Dunlap
On Thu, 4 Nov 2010 09:32:42 -0700 Mark Allyn wrote: Signed-off-by: Mark A. Allyn mark.a.al...@intel.com We use kernel-doc notation in kernel sources, not doxygen. Please see Documentation/kernel-doc-nano-HOWTO.txt for info, or ask me. Thanks. --- crypto/api.c | 14 ++ 1

Re: [PATCH 1/1] crypto: api.c: adding doxygen comments to api

2010-11-04 Thread David Daney
On 11/04/2010 09:32 AM, Mark Allyn wrote: Subject: [PATCH 1/1] crypto: api.c: adding doxygen comments to api Do we really use doxygen in the kernel? Perhaps a subject line containing the string 'kernel-doc' would be more accurate. Reading kernel-doc-nano-HOWTO.txt will show you the proper