Re: .dox file
Re: .dox file
- Subject: Re: .dox file
- From: Jens Alfke <email@hidden>
- Date: Thu, 19 Dec 2013 10:26:23 -0800
On Dec 19, 2013, at 9:04 AM, Fritz Anderson < email@hidden> wrote: Xcode recognizes (I think) the HeaderDoc syntax, which is a sister to Doxygen by way of JavaDoc. `apropos headerdoc`, also search the Xcode documentation. Xcode passes unrecognized Doxygen syntax uninterpreted.
Xcode 5 supports Doxygen syntax as well as HeaderDoc. It shows doc-comments in the autocomplete pop-up and when you option-click a symbol. And there’s even a Clang compiler flag that will issue warnings about improper Doxygen syntax, like documenting a function/method parameter that doesn’t exist.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >.dox file (From: Roland King <email@hidden>) |
| >Re: .dox file (From: Fritz Anderson <email@hidden>) |