Hello,

I’m using inline code in my HTML documentation with Doxygen 1.8.9.
The Java code shows e.g.:

public void someMethod()
{
    System.out.println(„test“);
}

The inline code starts with { and inserts the spaces bevor the System.out call. 
How can I remove the { without reformatting my code
and the spaces before the System.out call, I would like to show the inline code 
like this

<line nr> System.out.println(„test“);

and not

<line nr> {
<line nr>         System.out.println(„test“);

Thanks

Phil


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to