-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
class diagrams: allow notes for namespace'd classes #4706
Comments
Hi @The-Alchemist, is this issue still open, I'm interested in doing open source contributions, if this issue is open can I take up this task. |
I think @kairi003 is working on it, or is done. See #5814 But please don't hesitate to pick up another task! |
@The-Alchemist Yes, the pr to resolve this issue is done. Now I am waiting for the merge, is there anything I can do for that? |
I am rerunning the tests to see if we get past the timeout failure there |
@jgreywolf I tried re-running as well, but to no avail. |
@sidharthv96 @ashishjain0512 @knsv @aloisklink Can one of you assist with this? |
Proposal
Short Description
...should improve its support for notes inside namespaces.
Example Syntax
The following example shows a note for a specific class inside a namespace. This syntax currently results in a parse error,
Expecting CLASS, got NOTE_FOR
:You can play with this syntax here on the playground.
Details
Technically, you can add a note for a namespaced class, but you have to place the note outside the namespace, and therefore, it renders outside the namespace.
The above diagram doesn't render in Github's viewer, but you can view it on the playground. It appears like this:
Example
Screenshots
No response
The text was updated successfully, but these errors were encountered: