Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
HeaderDoc 8 parsing and preprocessor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HeaderDoc 8 parsing and preprocessor



I have some function declarations that use a macro, as shown below. This used to work with HeaderDoc 6, but in HeaderDoc 8, the parsing gets horribly confused, and the documentation for the first function gobbles up all the following text. Is there any workaround?

/*!
* @function
* Q3Initialize
* @discussion
* Initialises Quesa.
*
* Only Q3IsInitialized, Q3GetVersion, and Q3GetReleaseVersion may be
* called before the Quesa library is initialised.
*
* @result Success or failure of the operation.
*/
Q3_EXTERN_API_C ( TQ3Status )
Q3Initialize (
void
);




/*!
* @function
* Q3Exit
* @discussion
* Shuts down Quesa, and releases any resources allocated by the library.
*
* @result Success or failure of the operation.
*/
Q3_EXTERN_API_C ( TQ3Status )
Q3Exit (
void
);
--
<http://www.jwwalker.com/>


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Headerdoc-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.