From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb8Oe-0002Jo-01 for qemu-devel@nongnu.org; Thu, 15 Dec 2011 05:18:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb8OZ-0004aW-GW for qemu-devel@nongnu.org; Thu, 15 Dec 2011 05:18:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb8OZ-0004aI-7T for qemu-devel@nongnu.org; Thu, 15 Dec 2011 05:18:35 -0500 Message-ID: <4EE9CA37.6040903@redhat.com> Date: Thu, 15 Dec 2011 11:21:43 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1323892874-13234-1-git-send-email-aliguori@us.ibm.com> <4EE91045.9070109@codemonkey.ws> <4EE98433.9080205@suse.de> <4EE9BEA4.5020004@weilnetz.de> In-Reply-To: <4EE9BEA4.5020004@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/4] GTK-DOC build integration (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org, Peter Maydell , =?ISO-8859-1?Q?Marc-Andr=E9_Lureau?= , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Avi Kivity Am 15.12.2011 10:32, schrieb Stefan Weil: > Am 15.12.2011 06:22, schrieb Andreas F=E4rber: >> Their website has the following: >> >> "GTK-Doc wasn't originally intended to be a general-purpose >> documentation tool, so it can be a bit awkward to setup and use. For a >> more polished general-purpose documentation tool you may want to look = at >> Doxygen. However GTK-Doc has some special code to document the signals >> and properties of GTK+ widgets and GObject classes which other tools m= ay >> not have." >> http://www.gtk.org/gtk-doc/ >> >> Don't know if Doxygen has less restrictions though. >> >> Andreas >=20 > With doxygen, the documentation looks like this: > http://qemu.weilnetz.de/doxygen/ >=20 > I only modified the first lines of memory.h to get > the global C functions, but of course more changes > are needed if we choose doxygen as our standard. You seem to have included Anthony's patches (specifically the one to split out nested structs). Is Doxygen really as broken as gtk-doc seems to be or can we do without it? Kevin