Doxygen and Objective-C Protocols -
i'm using doxygen wizard on mac (gui doxygen 1.7.3).
i found out if, in header class, #import header file in protocol defined, first member of class appears in docs pre-appended path class' header file, this:
(doxygen html output)
protected attributes: users [username] desktop directoryname classname h nsstring* mystringmember
(further attributes display ok)
if remove #import, problem goes away (but need protocol).
i read somewhere doxygen used 'choke' on obj-c protocols in past, bug should fixed now. else experiencing similar?
you may want consider appledoc, targeted @ cocoa developers , produces output.
Comments
Post a Comment