fixed the last remaining links that aren't false positives. Did a glo… · codevenkat/cpp-docs@73410ae · GitHub
Skip to content

Commit 73410ae

Browse files
authored
fixed the last remaining links that aren't false positives. Did a global pass on mfc self-referential links, e.g. links to the current page. (MicrosoftDocs#111)
* anchor normalization in atl * more link normalization * misc link fixes and atl normalization cleanup * removing self-referential links in mfc/atl * random link fixes and removed many self-referential links in mfc
1 parent aab08b0 commit 73410ae

78 files changed

Lines changed: 371 additions & 375 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/mfc/reference/afx-global-data-structure.md

Lines changed: 2 additions & 3 deletions

docs/mfc/reference/cacceleratedeceleratetransition-class1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CAccelerateDecelerateTransition : public CBaseTransition;
7575

7676
[CBaseTransition](../../mfc/reference/cbasetransition-class.md)
7777

78-
[CAccelerateDecelerateTransition](../../mfc/reference/cacceleratedeceleratetransition-class1.md)
78+
`CAccelerateDecelerateTransition`
7979

8080
## Requirements
8181
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationbaseobject-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class CAnimationBaseObject : public CObject;
9595
## Inheritance Hierarchy
9696
[CObject](../../mfc/reference/cobject-class.md)
9797

98-
[CAnimationBaseObject](../../mfc/reference/canimationbaseobject-class.md)
98+
`CAnimationBaseObject`
9999

100100
## Requirements
101101
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationcolor-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class CAnimationColor : public CAnimationBaseObject;
9393

9494
[CAnimationBaseObject](../../mfc/reference/canimationbaseobject-class.md)
9595

96-
[CAnimationColor](../../mfc/reference/canimationcolor-class.md)
96+
`CAnimationColor`
9797

9898
## Requirements
9999
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationcontroller-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class CAnimationController : public CObject;
122122
## Inheritance Hierarchy
123123
[CObject](../../mfc/reference/cobject-class.md)
124124

125-
[CAnimationController](../../mfc/reference/canimationcontroller-class.md)
125+
`CAnimationController`
126126

127127
## Requirements
128128
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationgroup-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class CAnimationGroup;
9696
Animation groups are created automatically by animation controller (CAnimationController) when you add animation objects using CAnimationController::AddAnimationObject. An animation group is identified by GroupID, which is usually taken as a parameter to manipulate animation groups. The GroupID is taken from the first animation object being added to a new animation group. An encapsulated animation storyboard is created after you call CAnimationController::AnimateGroup and can be accessed via public member m_pStoryboard.
9797

9898
## Inheritance Hierarchy
99-
[CAnimationGroup](../../mfc/reference/canimationgroup-class.md)
99+
`CAnimationGroup`
100100

101101
## Requirements
102102
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationpoint-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CAnimationPoint : public CAnimationBaseObject;
9191

9292
[CAnimationBaseObject](../../mfc/reference/canimationbaseobject-class.md)
9393

94-
[CAnimationPoint](../../mfc/reference/canimationpoint-class.md)
94+
`CAnimationPoint`
9595

9696
## Requirements
9797
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationrect-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class CAnimationRect : public CAnimationBaseObject;
102102

103103
[CAnimationBaseObject](../../mfc/reference/canimationbaseobject-class.md)
104104

105-
[CAnimationRect](../../mfc/reference/canimationrect-class.md)
105+
`CAnimationRect`
106106

107107
## Requirements
108108
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationsize-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CAnimationSize : public CAnimationBaseObject;
9191

9292
[CAnimationBaseObject](../../mfc/reference/canimationbaseobject-class.md)
9393

94-
[CAnimationSize](../../mfc/reference/canimationsize-class.md)
94+
`CAnimationSize`
9595

9696
## Requirements
9797
**Header:** afxanimationcontroller.h

docs/mfc/reference/canimationvalue-class.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)