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

Adding "engine" hcl and regex for plantuml #9821

Merged

Conversation

albert-github
Copy link
Collaborator

Add the plantuml "engine" HCL (HCL Configuration Languages. see: https://hcl.readthedocs.io/en/latest/index.html) and REGEX (Regular expression see: https://en.wikipedia.org/wiki/Regular_expression) The implementation in plantuml is a basic implementation and like written in the plantuml documentation:

Small HCL example:

@startuml{hcl}
{
key = "value"
}
@enduml

Small Regex example:

@startuml{regex}
repetitionZeroOrMore: a*
@enduml

Example:

For the plantuml.jar file see example with #9817

Add the plantuml "engine" HCL (HCL Configuration Languages. see: https://hcl.readthedocs.io/en/latest/index.html) and REGEX (Regular expression  see: https://en.wikipedia.org/wiki/Regular_expression)
The implementation in plantuml is a basic implementation and like written in the plantuml documentation:

Small HCL example:

```
@star{thcl}
{
key = "value"
}
@endhcl
```

Small Regex example:
```
@start{regex}
repetitionZeroOrMore: a*
@endregex
```
@albert-github albert-github added the enhancement a request to enhance doxygen, not a bug label Jan 27, 2023
@doxygen doxygen merged commit f40290b into doxygen:master Jan 30, 2023
@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Jan 31, 2023
@albert-github albert-github deleted the feature/bug_plantuml_hcl_regex branch January 31, 2023 08:50
@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a request to enhance doxygen, not a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants