Hello,

We noticed two different behaviors of doxygen 1.8.9.1 for java:

- if the initialization in the java code only needs one line such as
public static final BitSet FOLLOW_11_in_expr80 = new BitSet(new long[] { 0x000007FFFFFF4960L });
we get in the documentation:

final BitSet parser.FormulaParser.FOLLOW_11_in_expr80 = new BitSet(new long[] { 0x000007FFFFFF4960L }) [static]

- if the initialization in the java code is defined with two lines such as
public static final BitSet FOLLOW_11_in_expr80 = new BitSet(
new long[] { 0x000007FFFFFF4960L });
we get in the documentation:

final BitSet parser.FormulaParser.FOLLOW_11_in_expr80 [static]

Initial value:
= new BitSet(

                        newlong[] { 0x000007FFFFFF4960L })

The only difference is one line break.
We are wondering if it is the intended behavior.

Is there a way to get the same output format in the documentation?


Cheers.

Frédéric

--
.......................................................
UR Science du Sol
INRA
2163 Avenue de la Pomme de Pin
CS 40001 - Ardon
F-45075 Orléans Cedex 2
France
 Ph:   +33 2 38 41 48 23
 Fax:  +33 2 38 41 78 69
 Email: <frederic.darb...@orleans.inra.fr>
 WebPage: <http://tinyurl.com/DarbouxInraFr>
 Lab.: <http://www.val-de-loire.inra.fr/ur-sols/>

------------------------------------------------------------------------------
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