You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
chore(doc-gen): render void attributes in directive usage
When a directive doesn't take a value, its name is not included
in the parameters, which previously meant that the directive name
was missing from the Usage section of the docs.
This commit adds the name to the Usage section when it is missing
from the parameters.
Closes#14045
0 commit comments