[Doxygen-develop] Qt Properties
Brought to you by:
dimitri
From: Matthias K. <kr...@kd...> - 2006-03-22 21:49:40
|
Hi, while documenting properties for the upcoming KDE4 API I noticed that=20 documenting Q_PROPERTY macros partially works. But there's a few things I'd= =20 like to fix if you can tell me where to look: 1. The HTML documentation doesn't specify what the ReadAccessor and=20 WriteAccessor are. I like the way it is done for Qt (look at=20 http://doc.trolltech.com/4.1/qaction.html#checked-prop ). So I'd like to add the necessary code to write out "Access function:\n - " = +=20 getReadAccessor() + "\n - " + getWriteAccessor() Where do I have to look (apparently the accessor functions are written into= =20 the XML output, but not the HTML output)? 2. If the accessor functions are undocumented doxygen currently gives a=20 warning. Ideally doxygen should see that the documentation is not needed=20 anymore and link the functions from the index to the property documentation= =20 and not give any warnings - to the contrary it should give a warning if the= =20 property and the accessors are documented. Is this possible? Where? =2D-=20 C'ya Matthias ________________________________________________________ Matthias Kretz (Germany) <>< http://Vir.homelinux.org/ Mat...@gm..., kr...@kd..., Mat...@ur... |