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
this would allow client code to tell where a declaration came from, etc (and could be itself used in documentation generators to make use of these UDA's)
EDIT: we could also modify the new __traits(documentation, ...) to read these UDA
The text was updated successfully, but these errors were encountered:
Good idea. And this is also a nice small project if you or someone else wish to get familiarized with the code of Calypso and LDC. Clang provides the location for each declaration, and assigning comments to the nearby declaration shouldn't be too hard, there are Clang-based documentation generators.
this would allow client code to tell where a declaration came from, etc (and could be itself used in documentation generators to make use of these UDA's)
EDIT: we could also modify the new
__traits(documentation, ...)
to read these UDAThe text was updated successfully, but these errors were encountered: