Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

"bare" tag reopening #3

Open
namuol opened this issue Jun 26, 2014 · 0 comments
Open

"bare" tag reopening #3

namuol opened this issue Jun 26, 2014 · 0 comments

Comments

@namuol
Copy link
Owner

namuol commented Jun 26, 2014

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
*/
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant