Code outline preview and DOxygen
The 'Code Outline' window looks interesting, and the Preview pane seems to hold stuff that could be useful, but I could not find any documentation on what it does.
It has looked as if CrossStudio has some knowledge of DOxygen, but maybe it is responding to \ markers for some other markup language.
Could you point me at the documentation for what Preview actually does?
Would you consider supporting DOxygen (or maybe you already do)?
-
With the CrossWorks version 4.8.5 the Doxygen comments are evaluated for the code highlighting, but only if the Syntax /*! ... */ is used.
If a Doxygen block is surrounded by /** ... */, the Doxygen commands are not highlighted.
Request:
Please can you support the valid Doxygen syntax, particularly the /** ... */ blocks and the at-sign as an alternative to the backslash, e.g. @param for \param. -
Hello CrossWorks developers,
we are currently using version 5.1.1. Poorly, the Doxygen comments which are using the following syntax are not highlighted correctly.
/** \brief CrossWorks does not recognize this as a Doxygen comment */
/*! \brief CrossWorks recognizes this as a Doxygen comment correctly */
I think the correction would be less than a one-liner. Only the condition to detect a Doxygen condition must be OR-extended.
Please can you fix this.
Please sign in to leave a comment.
Comments
3 comments