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
On Thu, 4 Nov 2010 09:32:42 -0700 Mark Allyn wrote:
> Signed-off-by: Mark A. Allyn
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 files changed, 14 ins
Signed-off-by: Mark A. Allyn
---
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 *crypto_larval_wait(st