cod icon indicating copy to clipboard operation
cod copied to clipboard

"bare" tag reopening

Open namuol opened this issue 11 years ago • 0 comments

The ability to re-open tags at their root level so we can do this:

/**
@Something
  @number 42
*/

// Later...

/**
@Something:
  @number 43
  @number 44
  @number 45
*/

...instead of this:

/**
@Something
  @number 42
*/

// Later...

/**
@Something:number 43
@Something:number 44
@Something:number 45
*/

namuol avatar Jun 26 '14 02:06 namuol