<div dir="ltr"><div><span style="font-family:courier new,monospace">Hi, I would like to reformat an existing code base using clang-format (according to the Google guidelines). As shown below, some Doxygen comments are rather ugly afterwards. Any hints on how to avoid this? Is there special support for Doxygen comments in clang-format? Thanky you very much in advance for your help!<br><br><br>Before:<br><br>void fun(<br>  RAI last,<br>  /**< [IN] Random access iterator pointing to the last plus one element of the<br>            input range */<br><br></span></div><span style="font-family:courier new,monospace">After:<br></span><div><span style="font-family:courier new,monospace"><br>void fun(<br>    RAI last,<br>    /**< [IN] Random access iterator pointing to the last plus one element of<br>       the<br>              input range */<span class="sew1guskt9wjcgn"></span><span class="sew1guskt9wjcgn"></span></span></div></div>