From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Sep 2012 22:46:10 +0200 Subject: [U-Boot] KernelDoc Message-ID: <201209252246.10322.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all! I've had a discussion with Wolfgang just now about U-Boot coding style. I tried using KernelDoc in a patch, which is not part of the U-Boot Coding Style now, thus it was rejected. I really like the idea of annotating functions with proper description, thus I would like to ask, can we reach a general agreement and start using kerneldoc in U-Boot to annotate functions and possibly generate documentation? Or shall we use anything else? Or any other annotation stuff? Doxygen style? Shall it be optional or mandatory? See [1] in Linux kernel tree for what I mean. [1] Documentation/kernel-doc-nano-HOWTO.txt Best regards, Marek Vasut