-
-
Notifications
You must be signed in to change notification settings - Fork 382
Add labels to spec #1676
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
Add labels to spec #1676
Conversation
| ) | ||
|
|
||
| $(SECTION3 $(LNAME2 init, .init) Property, | ||
| $(SECTION3 $(LNAME2 init, .init Property), |
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.
This unifies this page (same headings contain "Property" in the link, some didn't).
| $(H3 $(LNAME2 using_d_classes_from_cpp, Using D Classes From C++)) | ||
|
|
||
| $(P Given D code like:) | ||
|
|
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.
Can you give "Comparing D Immutable and Const with C++ Const" the same treatment?
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.
LGTM, modulo one missed label.
Nice catch. I didn't think about checking for |
Labels are nice and necessary if you want to direct a reader to a specific spot at the D spec.
This contains the remaining bits of my pass through the D spec:
See also: