<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/codeshine/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/codeshine/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/codeshine/bugs/</id><updated>2005-06-02T15:14:52Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>incorrect handling of JavaDoc/Doxygen-style comments</title><link href="https://sourceforge.net/p/codeshine/bugs/1/" rel="alternate"/><published>2005-06-02T15:14:52Z</published><updated>2005-06-02T15:14:52Z</updated><author><name>David Calkins</name><uri>https://sourceforge.net/u/userid-489786/</uri></author><id>https://sourceforge.net26d3e492ccb48438f754665bb87e4c36fee781ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;when making use of JavaDoc-style comments (to allow &lt;br /&gt;
automatic generation of HTML documentation for C++ &lt;br /&gt;
code using Doxygen), Code Shine doesn't correctly &lt;br /&gt;
handle indenting of the comments.&lt;/p&gt;
&lt;p&gt;For example, the below:&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
*&lt;br /&gt;
*/&lt;br /&gt;
void foo() {}&lt;/p&gt;
&lt;p&gt;gets indented as:&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
*&lt;br /&gt;
*/&lt;br /&gt;
void foo() {}&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>