@@ -107,7 +107,7 @@ Address of a pointer to the interface represented by the current `ComPtrRef` obj
107107
108108Retrieves the address of a pointer to the interface represented by the current ` ComPtrRef ` object.
109109
110- ## <a name =" operator-equality " ></a >ComPtrRef::operator== Operator
110+ ## <a name =" operator-equality " ></a >ComPtrRef::operator==
111111
112112Supports the WRL infrastructure and is not intended to be used directly from your code.
113113
@@ -158,7 +158,7 @@ The fourth and fifth operators yield `true` if object *a* is equal to object *b*
158158
159159Indicates whether two ` ComPtrRef ` objects are equal.
160160
161- ## <a name =" operator-inequality " ></a >ComPtrRef::operator!= Operator
161+ ## <a name =" operator-inequality " ></a >ComPtrRef::operator!=
162162
163163Supports the WRL infrastructure and is not intended to be used directly from your code.
164164
@@ -209,7 +209,7 @@ The fourth and fifth operators yield `true` if object *a* is not equal to object
209209
210210Indicates whether two ` ComPtrRef ` objects are not equal.
211211
212- ## <a name =" operator-interfacetype-star-star " ></a >ComPtrRef::operator InterfaceType** Operator
212+ ## <a name =" operator-interfacetype-star-star " ></a >ComPtrRef::operator InterfaceType**
213213
214214Supports the WRL infrastructure and is not intended to be used directly from your code.
215215
@@ -221,7 +221,7 @@ operator InterfaceType**();
221221
222222Deletes the current ` ComPtrRef ` object and returns a pointer-to-a-pointer to the interface that was represented by the ` ComPtrRef ` object.
223223
224- ## <a name =" operator-star " ></a >ComPtrRef::operator* Operator
224+ ## <a name =" operator-star " ></a >ComPtrRef::operator*
225225
226226Supports the WRL infrastructure and is not intended to be used directly from your code.
227227
@@ -237,7 +237,7 @@ Pointer to the interface represented by the current `ComPtrRef` object.
237237
238238Retrieves the pointer to the interface represented by the current ` ComPtrRef ` object.
239239
240- ## <a name =" operator-t-star " ></a >ComPtrRef::operator T* Operator
240+ ## <a name =" operator-t-star " ></a >ComPtrRef::operator T*
241241
242242Supports the WRL infrastructure and is not intended to be used directly from your code.
243243
@@ -249,7 +249,7 @@ operator T*();
249249
250250Returns the value of the [ ptr_ ] ( ../windows/comptrrefbase-ptr-data-member.md ) data member of the current ` ComPtrRef ` object.
251251
252- ## <a name =" operator-void-star-star " ></a >ComPtrRef::operator void\*\* Operator
252+ ## <a name =" operator-void-star-star " ></a >ComPtrRef::operator void\*\*
253253
254254Supports the WRL infrastructure and is not intended to be used directly from your code.
255255
0 commit comments