[wx-dev] doxydocs, current state available?
Belgabor
belgabor at gmx.de
Sun Mar 9 05:41:31 PDT 2008
Sorry to inject into the current discussion. Is there an online "current
state" version of the doxydocs available? The last version I saw was
the chm version Francesco posted a while ago.
The reason I asking is that I noted there was a crucial thing missing in
that version (and wanted to check if it's still the case). What I'm
referring to is that object constness is missing (sorry if that's not
the correct terminus technicus).
I mean member functions defined as
void DoSomething() const;
appear in the docs as
void DoSomething();
Cheers
Tobias
Francesco Montorsi schrieb:
> Hi,
> I'm fixing the last bits of the conversion script and I have to make
> some decisions:
>
> - inside the comments of class members, e.g. in the comments for
> IsMadeByUnix() function of wxZipEntry:
>
> ...
> /**
> * Returns @true if #GetSystemMadeBy is a flavour of unix.
> */
> bool IsMadeByUnix();
> ...
>
> to make a reference to another function of wxZipEntry, two syntaxes can
> be used: the one with the # shown above or using () postfix:
>
> ...
> /**
> * Returns @true if GetSystemMadeBy() is a flavour of unix.
> */
> bool IsMadeByUnix();
> ...
>
> what do we prefer? I'd say to go with # prefix, as it makes the link
> more explicit in my opinion.
>
> - do we want the interface headers to be placed inside
> wxWidgets/interface or in wxWidgets/interface/wx ?
>
> As soon as I'm ready I'll commit the headers since all topic overviews
> have been revised (only cat_functions.h is left to revise and few links
> from topic overviews to the category pages).
>
> Francesco
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
More information about the wx-dev
mailing list