Code outline preview and DOxygen

Comments

3 comments

  • Avatar
    Michael Kotthaus

    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.

    0
    Comment actions Permalink
  • Avatar
    Michael Kotthaus

    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.

    0
    Comment actions Permalink
  • Avatar
    Michael Kotthaus

    I got the info from Rowley that with versions as of 2025-03-14 the problem described above is fixed.

    0
    Comment actions Permalink

Please sign in to leave a comment.