-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unify docs into annotations #53
Unify docs into annotations #53
Conversation
import Nirum.Constructs.Name (Name) | ||
|
||
annotationDocsName :: Identifier | ||
annotationDocsName = "doc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"doc"
대신 "docs"
를 쓰면 어떨까요?
|
@admire93 님도 봐주세요. |
@dahlia 네. 지금 annotation이 붙지 않는 다른 요소들에도 전부 annotation을 붙일 수 있게 되면 그렇게 해 보려고 생각중입니다... 가 아니라 지금도 할 수 있겠군요. |
확인했습니다. 이제 |
충돌이 있네요. 리베이스 부탁드립니다. |
This PR suggests to unify internal representations of doc comments and the annotation set, by treat doc comments as a
@doc("...")
annotation.