From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDyoA-00045g-6e for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:11:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDyo5-0007p7-Ig for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:11:10 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:47760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDyo5-0007oo-Ch for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:11:05 -0500 Message-ID: <54BFEBF1.5090409@mail.uni-paderborn.de> Date: Wed, 21 Jan 2015 18:12:01 +0000 From: Bastian Koppelmann MIME-Version: 1.0 References: <1421250669-4347-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1421250669-4347-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Add doxygen documentation to the tcg frontend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rth@twiddle.net On 01/14/2015 03:51 PM, Bastian Koppelmann wrote: > There is no overview, that shows all the frontend operation one can use, as > found on the wiki. Unfortunatly the wiki is out of date, so let's try to move > this documentation to the source files, which has the benefit, that it is easy > to update the documentation, if the frontend is changed. This patch adds doxygen > tags to all the 32 bit versions of the tcg frontend operations, because the > 64 bit version would mostly have the same documentation, and all the type > conversition operations. The file tag has a note, that makes the user aware of > the missing 64 operations. In this version all the immediate variants are also > documented by simply refering to the non immediate version. However I'm willing > to drop that. > > Any comments? > > Signed-off-by: Bastian Koppelmann > --- > tcg/tcg-op.h | 477 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 436 insertions(+), 41 deletions(-) > > Ping? Richard, before I put too much work into this. Are you happy with the general direction of this documentation? Cheers, Bastian