Doxygen's //@ isn't covered by sp_cmt_cpp_doxygen.
See https://www.stack.nl/~dimitri/doxygen/manual/grouping.html for more grouping examples.
Can you push a config file, an example and what you expect to get?
I've already sent Ben the attached patch by email.
This is the example code (doxygen grouping comments after the foos):
///foo ///<foo //!foo //!<foo //@{ //@} ///@{ ///@} //!@{ //!@}
The config file contains:
sp_cmt_cpp_start = add sp_cmt_cpp_doxygen = true
sp_cmt_cpp_doxygen is supposed to keep doxygen comments intact which it does for lines 1 to 4, but the grouping comments get ripped apart:
/// foo ///< foo //! foo //!< foo // @{ // @} /// @{ /// @} //! @{ //! @}
With the attached patch, grouping comments are handled correctly, too:
/// foo ///< foo //! foo //!< foo //@{ //@} ///@{ ///@} //!@{ //!@}
Your patch runs pretty well. I'll integrate it soon. Thanks
pushed at f19064b..a724a42 on 2016-02-24 17:49
Would have been very nice if you had used the git patch I've sent you so that the committing author and commit message wouldn't have been lost! :-(
See https://www.stack.nl/~dimitri/doxygen/manual/grouping.html for more grouping examples.
Can you push a config file, an example and what you expect to get?
I've already sent Ben the attached patch by email.
This is the example code (doxygen grouping comments after the foos):
The config file contains:
sp_cmt_cpp_doxygen is supposed to keep doxygen comments intact which it does for lines 1 to 4, but the grouping comments get ripped apart:
With the attached patch, grouping comments are handled correctly, too:
Last edit: Anonymous 2016-02-08
Your patch runs pretty well.
I'll integrate it soon.
Thanks
pushed at f19064b..a724a42 on 2016-02-24 17:49
Would have been very nice if you had used the git patch I've sent you so that the committing author and commit message wouldn't have been lost! :-(