Re: [Doxygen-users] Xcode and NS_OPTIONS() macro
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2014-10-11 11:19:43
|
On 10 Oct 2014, at 19:35 , Alessandro Antonello <ant...@gm...> wrote: > Hi all, > > I built a framework for iOS documented with Doxygen. The problem that I am facing is with the macros NS_OPTIONS() and NS_ENUM(). They are recognized as functions by Doxygen and the values documentation is printed strait without the related values. > > I wonder if someone has a workaround to this problem. See http://www.doxygen.org/manual/preprocessing.html how you can configure doxygen to deal with macros. Regards, Dimitri |