From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH v2] scripts/kernel-doc Allow struct arguments documentation in struct body Date: Thu, 6 Aug 2015 13:13:11 -0600 Message-ID: <20150806131311.4298138e@lwn.net> References: <20150804090412.GG24689@phenom.ffwll.local> <1438689848-6386-1-git-send-email-danilo.cesar@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1438689848-6386-1-git-send-email-danilo.cesar@collabora.co.uk> Sender: linux-doc-owner@vger.kernel.org To: Danilo Cesar Lemes de Paula Cc: linux-doc@vger.kernel.org, Randy Dunlap , Daniel Vetter , Laurent Pinchart , Herbert Xu , Stephan Mueller , Michal Marek , linux-kernel@vger.kernel.org, intel-gfx , dri-devel List-Id: intel-gfx@lists.freedesktop.org On Tue, 4 Aug 2015 09:04:08 -0300 Danilo Cesar Lemes de Paula wrote: > Describing arguments at top of a struct definition works fine > for small/medium size structs, but it definitely doesn't work well > for struct with a huge list of elements. > > Keeping the arguments list inside the struct body makes it easier > to maintain the documentation. OK, this change has been merged into the docs tree. Thanks, jon