From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSGz-000827-P4 for qemu-devel@nongnu.org; Wed, 14 Jan 2015 13:02:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBSGv-00084o-Pg for qemu-devel@nongnu.org; Wed, 14 Jan 2015 13:02:29 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:60997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSGv-00084k-JI for qemu-devel@nongnu.org; Wed, 14 Jan 2015 13:02:25 -0500 Message-ID: <54B6BD68.5020708@mail.uni-paderborn.de> Date: Wed, 14 Jan 2015 19:03:04 +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 > I forgot to mention. This patch depends on Richards pull-request https://patchwork.ozlabs.org/patch/427250/ Cheers, Bastian