Whats up with KJob's signals?
Matthew Woehlke
mw_triad at users.sourceforge.net
Wed May 30 01:27:57 BST 2007
Kevin Ottens wrote:
> I notice that this trick make them disappear from the apidox... I wonder if
> that's fixable somehow.
The API docs are doxygen'd, right?
#ifndef DOXYGEN
# define PRIVATE_BUT_DOCUMENTED private
#else
# define PRIVATE_BUT_DOCUMENTED public // or protected?
#endif
...and define DOXYGEN in the doxy config. Then
s/private/PRIVATE_BUT_DOCUMENTED/. Does that work?
--
Matthew
"A mouse is a device used to point at the xterm you want to type in."
--Kim Alm, A.S.R.
More information about the kde-core-devel
mailing list