Skip to content

Commit

Permalink
Move a link to "Modern COM Programming in D" to a COM section
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Apr 4, 2012
1 parent 63b0fcf commit b36ec6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions interface.dd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ $(SECTION2 $(LNAME2 COM-Interfaces, COM Interfaces),
$(LI The first member of the $(D vtbl[]) is not the pointer $(LI The first member of the $(D vtbl[]) is not the pointer
to the InterfaceInfo, but the first virtual function pointer.) to the InterfaceInfo, but the first virtual function pointer.)
) )

$(V2
$(P For more information, see
$(LINK2 http://lunesu.com/uploads/ModernCOMProgramminginD.pdf, Modern COM Programming in D)
)
)
) )


$(V2 $(V2
Expand Down Expand Up @@ -291,10 +297,6 @@ class Ifoo
$(LI The first member of the $(D vtbl[]) is not the pointer $(LI The first member of the $(D vtbl[]) is not the pointer
to the $(D Interface), but the first virtual function pointer.) to the $(D Interface), but the first virtual function pointer.)
) )

$(P For more information, see
$(LINK2 http://lunesu.com/uploads/ModernCOMProgramminginD.pdf, Modern COM Programming in D)
)
) )
) )


Expand Down

0 comments on commit b36ec6b

Please sign in to comment.