Book a Demo

Author Topic: Pre-formatted comments in HTML report  (Read 2352 times)

Thomas Mayr

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Pre-formatted comments in HTML report
« on: December 05, 2008, 03:29:16 am »
Hi,

I have some pre-formatted comments in my java source like the following:

<PRE>
void f()
{
    doSomething();
    doSomethingElse();
}
</PRE>

I synchronized this Java code with the model and generated an HTML report.  When I look at the generated HTML documentation with a browser, the formatting is destroyed. Is there a way to keep the formatting in certain sections of the Java comment? I think sections between <PRE> tags should be recognized by EA.

Thanks for hints Thomas