Skip to content

Commit 5b1b0a9

Browse files
Removed a circular link in ArgTraitsHelper::args and removed the "Operator" suffix in 6 member subheadings.
1 parent 09e5b16 commit 5b1b0a9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/windows/argtraitshelper-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ static const int args = Traits::args;
6767

6868
### Remarks
6969

70-
Helps [ArgTraitsHelper::args](#args) keep count of the number of parameters on the `Invoke` method of a delegate interface.
70+
Helps `ArgTraitsHelper::args` keep count of the number of parameters on the `Invoke` method of a delegate interface.

docs/windows/comptrref-class.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Address of a pointer to the interface represented by the current `ComPtrRef` obj
107107

108108
Retrieves 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

112112
Supports 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

159159
Indicates 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

163163
Supports 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

210210
Indicates 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

214214
Supports the WRL infrastructure and is not intended to be used directly from your code.
215215

@@ -221,7 +221,7 @@ operator InterfaceType**();
221221

222222
Deletes 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

226226
Supports 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

238238
Retrieves 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

242242
Supports the WRL infrastructure and is not intended to be used directly from your code.
243243

@@ -249,7 +249,7 @@ operator T*();
249249

250250
Returns 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

254254
Supports the WRL infrastructure and is not intended to be used directly from your code.
255255

0 commit comments

Comments
 (0)