From c104bebd93eb7f8ec7582b3652fff63bebf8c05b Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Jan 2009 14:42:40 -0800 Subject: [PATCH] --- yaml --- r: 126395 b: refs/heads/master c: d78dd070ccda6384efeae142b116bc174f0cd9fa h: refs/heads/master i: 126393: 474367f1bf14472d2aacfddb213adfeb35b09117 126391: e9a5b014d01506334d3522351bf993b6b7818d13 v: v3 --- [refs] | 2 +- trunk/Documentation/kernel-doc-nano-HOWTO.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3329247251c0..624ffd2c6bee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd4207c9016749f0a212faf7f7f49e5317d96d9b +refs/heads/master: d78dd070ccda6384efeae142b116bc174f0cd9fa diff --git a/trunk/Documentation/kernel-doc-nano-HOWTO.txt b/trunk/Documentation/kernel-doc-nano-HOWTO.txt index c6841eee9598..4115a4a80eb6 100644 --- a/trunk/Documentation/kernel-doc-nano-HOWTO.txt +++ b/trunk/Documentation/kernel-doc-nano-HOWTO.txt @@ -71,6 +71,11 @@ The @argument descriptions must begin on the very next line following this opening short function description line, with no intervening empty comment lines. +If a function parameter is "..." (varargs), it should be listed in +kernel-doc notation as: + * @...: description + + Example kernel-doc data structure comment. /**