0

I'm trying to describe a json object structure in a javadoc and it shows just fine until I format the code, which flattens the javadoc content.

How it looks when typing (And how I want it to look at the end):

/**
 * A configuration blah blah blah
 * KBA : {
 *     ...
 *     crossReferences: {
 *         IS : "happy",
 *         SJ : "sad"
 *     }
 * }
 * @param value The value of the current node
 */

How it looks after formatting (Ctrl+Alt+L):

/**
 * A configuration blah blah blah
 * KBA : {
 * ...
 * crossReferences: {
 * IS : "happy",
 * SJ : "sad"
 * }
 * }
 * @param value The value of the current node
 */
S.Dan
  • 1,826
  • 5
  • 28
  • 55

0 Answers0