We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type whose multiple fields have the same type generates the wrong diagram.
For example:
App: !type very_complex: a <: complex b <: complex c <: complex !type complex: simple <: string
Generated this full diagram:
the App.complex diagram only shows a param name even though b and c are also the same type.
App.complex
a
b
c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type whose multiple fields have the same type generates the wrong diagram.
For example:
Generated this full diagram:
the
App.complex
diagram only showsa
param name even thoughb
andc
are also the same type.The text was updated successfully, but these errors were encountered: