Skip to content

Remove documentation for .classinfo #2771

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/class.dd
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class C
$(H2 $(LNAME2 synchronized-classes, Synchronized Classes))

$(P All member functions of synchronized classes are synchronized.
A static member function is synchronized on the $(I classinfo)
A static member function is synchronized on the $(I TypeInfo_Class)
object for the class, which means that one monitor is used
for all static member functions for that synchronized class.
For non-static functions of a synchronized class, the monitor
Expand Down
14 changes: 0 additions & 14 deletions spec/property.dd
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ $(TROW $(D .im), imaginary part)

$(BR)

$(TABLE2 Properties for Class Types,
$(THEAD Property, Description)
$(TROW $(RELATIVE_LINK2 classinfo, $(D .classinfo)), Information about the dynamic type of the class)
)

$(H2 $(LNAME2 init, .init Property))

$(P $(D .init) produces a constant expression that is the default
Expand Down Expand Up @@ -243,15 +238,6 @@ $(H2 $(LNAME2 mangleof, .mangleof Property))
)
)

$(H2 $(LNAME2 classinfo, .classinfo Property))

$(P $(CODE .classinfo) provides information about the dynamic type of a class
object. It returns a reference to type $(DDLINK phobos/object, TypeInfo_Class,
$(D object.TypeInfo_Class)).)

$(P $(CODE .classinfo) applied to an interface gives the information for the
interface, not the class it might be an instance of.)

$(H2 $(LNAME2 classproperties, User-Defined Properties))

$(P User-defined properties can be created using $(LINK2 function.html#property-functions, Property Functions).)
Expand Down