Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a tag for info/tip/warning/danger blocks #210

Closed
thomaspj10 opened this issue Sep 10, 2024 · 0 comments · Fixed by #216
Closed

Implement a tag for info/tip/warning/danger blocks #210

thomaspj10 opened this issue Sep 10, 2024 · 0 comments · Fixed by #216
Assignees
Labels
doclet enhancement New feature or request

Comments

@thomaspj10
Copy link
Contributor

thomaspj10 commented Sep 10, 2024

  • ff.info, ff.tip, ff.warning and ff.danger
  • Should support nested tags such as {@code ..} or {@literal ...} for example.
  • Should be multiline. Stops when whitespace or another tag is detected
  • Only applies to classes, not to methods
  • Should not be inheritable, unless the inheritDoc javadoc tag is present.

Examples:

Note

First line of my note!
Second line

const x = 10;
console.log(x);

Tip

PS, do this instead ;)

Warning

Oh no!

Caution

Be carefull!!!!!!

@thomaspj10 thomaspj10 added doclet enhancement New feature or request labels Sep 10, 2024
@thomaspj10 thomaspj10 self-assigned this Sep 12, 2024
@thomaspj10 thomaspj10 changed the title Implement a tag for info/warning/danger blocks Implement a tag for info/tip/warning/danger blocks Sep 12, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doclet enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant