qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tcg: Add doxygen documentation to the tcg front


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH] tcg: Add doxygen documentation to the tcg frontend
Date: Wed, 21 Jan 2015 18:12:01 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


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 <address@hidden>
---
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]