Frédéric,
I think this depends on the implementation in doxygen of the language and
can differ depending on the language.
In Fortran I see that in case of similar constructs:
module line
!> List of no_break
!>
character(len=*), parameter :: items(2) = (/ 'item_1 ', 'item_2 ' /)
!> List of br
Thank you Albert for your email.
Please, find attached 2 files: one with the line break, one without it.
Using
doxygen NoLineBreak.java
and
doxygen WithLineBreak.java
I get different outputs.
I could reproduce this on two computers (mac with doxygen 1.8.9.1 and
linux with doxyg
Frédéric,
Would be useful to have a small project (can be just one Java class with
some initializations as indicated by you) and a Doxyfile to reproduce your
problem.
Albert
(Forgot the list in the original response)
On Thu, Apr 2, 2015 at 9:04 AM, Frédéric Darboux <
frederic.darb...@orleans.inr
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[] {
0x07FF4960L });
we get in the documentation:
final BitSet parser.Formula