Lindydancer / highlight-doxygen

Highlight Doxygen comments in Emacs, including code blocks
17 stars 4 forks source link

Triple slash highlighting doesn't work for empty lines #5

Closed jdek closed 7 months ago

jdek commented 5 years ago
/// @brief      Calculate a CRC32 value.
///
/// @param[in]  data  The data of which CRC to calculate.
/// @param[in]  size  The size of data.
/// @param[in]  crc   The input CRC32 value, this should be zero if not continuing to check previous data.
///
/// @return     CRC32 value

The 'empty' lines don't have the font-lock-doc style but if I make those lines /// then it shows (adding a space after the ///). I'm not sure what to change to enable the highlighting for just ///.