Skip to content

Commit 98f9cee

Browse files
committed
fix build warnings
1 parent d3201b5 commit 98f9cee

16 files changed

+25
-82
lines changed

.openpublishing.redirection.framework.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3754,8 +3754,7 @@
37543754
},
37553755
{
37563756
"source_path_from_root": "/docs/framework/unmanaged-api/metadata/metadata-global-static-functions.md",
3757-
"redirect_url": "/dotnet/core/unmanaged-api/metadata/",
3758-
"redirect_document_id": true
3757+
"redirect_url": "/dotnet/core/unmanaged-api/metadata/"
37593758
},
37603759
{
37613760
"source_path_from_root": "/docs/framework/unmanaged-api/metadata/metadata-interfaces.md",

docs/core/unmanaged-api/metadata/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ These APIs that can be used with both .NET Framework and .NET.
1818
[Metadata Interfaces](metadata-interfaces.md)\
1919
Describes the unmanaged interfaces that provide access to the metadata exposed by the .NET types, methods, fields, and so on.
2020

21-
[Metadata Global Static Functions](metadata-global-static-functions.md)\
22-
Describes the unmanaged global static functions that the metadata API uses.
23-
2421
[Metadata Enumerations](metadata-enumerations.md)\
2522
Describes the unmanaged enumerations that the metadata API uses.
2623

docs/core/unmanaged-api/metadata/metadata-enumerations.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ helpviewer_keywords:
77
- "metadata enumerations [.NET Framework]"
88
- "unmanaged enumerations [.NET Framework], metadata"
99
---
10-
# Metadata Enumerations
10+
# Metadata enumerations
1111

1212
This section describes the unmanaged enumerations that the metadata API uses.
1313

14-
## In This Section
14+
## In this section
1515

1616
[AssemblyFlags Enumeration](assemblyflags-enumeration.md)
1717
Contains values that describe the run-time features of an assembly.
@@ -151,12 +151,8 @@ This section describes the unmanaged enumerations that the metadata API uses.
151151
[COUNINITIEE Enumeration](couninitiee-enumeration.md)
152152
Specifies constants used by [CoUninitializeEE](../../../framework/unmanaged-api/hosting/couninitializeee-function.md) when initializing the common language runtime.
153153

154-
## Related Sections
154+
## Related sections
155155

156-
[Metadata Interfaces](metadata-interfaces.md)
157-
158-
[Metadata Global Static Functions](metadata-global-static-functions.md)
159-
160-
[Metadata Structures](metadata-structures.md)
161-
162-
[Metadata Unions](metadata-unions.md)
156+
- [Metadata Interfaces](metadata-interfaces.md)
157+
- [Metadata Structures](metadata-structures.md)
158+
- [Metadata Unions](metadata-unions.md)

docs/core/unmanaged-api/metadata/metadata-interfaces.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ helpviewer_keywords:
77
- "metadata interfaces [.NET Framework]"
88
- "interfaces (.NET Framework metadata]"
99
---
10-
# Metadata Interfaces
10+
# Metadata interfaces
1111

1212
This section describes the unmanaged interfaces that provide access to the metadata exposed by the .NET Framework types, methods, fields, and so on.
1313

14-
## In This Section
14+
## In this section
1515

1616
[ICeeGen Interface](iceegen-interface.md)
1717
Provides methods for dynamic code compilation.
@@ -67,12 +67,8 @@ This section describes the unmanaged interfaces that provide access to the metad
6767
[IMetaDataValidate Interface](imetadatavalidate-interface.md)
6868
Provides methods to use for validation of metadata signatures.
6969

70-
## Related Sections
70+
## Related sections
7171

72-
[Metadata Global Static Functions](metadata-global-static-functions.md)
73-
74-
[Metadata Enumerations](metadata-enumerations.md)
75-
76-
[Metadata Structures](metadata-structures.md)
77-
78-
[Metadata Unions](metadata-unions.md)
72+
- [Metadata Enumerations](metadata-enumerations.md)
73+
- [Metadata Structures](metadata-structures.md)
74+
- [Metadata Unions](metadata-unions.md)

docs/core/unmanaged-api/metadata/metadata-structures.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ helpviewer_keywords:
77
- "unmanaged structures [.NET Framework], metadata"
88
- "metadata structures [.NET Framework]"
99
---
10-
# Metadata Structures
10+
# Metadata structures
1111

1212
This section describes the unmanaged structures that the metadata API uses.
1313

14-
## In This Section
14+
## In this section
1515

1616
ASSEMBLYMETADATA
1717
Stores assembly metadata for later use.
@@ -28,12 +28,8 @@ This section describes the unmanaged structures that the metadata API uses.
2828
[OSINFO Structure](osinfo-structure.md)
2929
Contains information about the operating system.
3030

31-
## Related Sections
31+
## Related sections
3232

33-
[Metadata Interfaces](metadata-interfaces.md)
34-
35-
[Metadata Global Static Functions](metadata-global-static-functions.md)
36-
37-
[Metadata Enumerations](metadata-enumerations.md)
38-
39-
[Metadata Unions](metadata-unions.md)
33+
- [Metadata Interfaces](metadata-interfaces.md)
34+
- [Metadata Enumerations](metadata-enumerations.md)
35+
- [Metadata Unions](metadata-unions.md)

docs/core/unmanaged-api/metadata/metadata-unions.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ helpviewer_keywords:
77
- "unions [.NET Framework metadata]"
88
- "metadata unions [.NET Framework]"
99
---
10-
# Metadata Unions
10+
# Metadata unions
1111

1212
This section describes the unmanaged unions that the metadata API uses.
1313

14-
## In This Section
14+
## In this section
1515

1616
[CeeSectionRelocExtra Union](ceesectionrelocextra-union.md)
1717
Represents an address offset that is used by the [ICeeGen](iceegen-interface.md) interface to relocate a section
1818

19-
## Related Sections
19+
## Related sections
2020

21-
[Metadata Interfaces](metadata-interfaces.md)
22-
23-
[Metadata Global Static Functions](metadata-global-static-functions.md)
24-
25-
[Metadata Enumerations](metadata-enumerations.md)
26-
27-
[Metadata Structures](metadata-structures.md)
21+
- [Metadata Interfaces](metadata-interfaces.md)
22+
- [Metadata Enumerations](metadata-enumerations.md)
23+
- [Metadata Structures](metadata-structures.md)

docs/framework/unmanaged-api/hosting/coeeshutdowncom-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ void CoEEShutDownCOM ();
4848
**Library:** Included as a resource in MsCorEE.dll
4949

5050
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
51-
52-
## See also
53-
54-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/coinitializecor-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ STDAPI CoInitializeCor (
3636
## Requirements
3737

3838
**Header:** Cor.h
39-
40-
## See also
41-
42-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/coinitializeee-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,3 @@ HRESULT CoInitializeEE (
5757
**Library:** Included as a resource in MsCorEE.dll
5858

5959
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
60-
61-
## See also
62-
63-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/cordllmain-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,3 @@ The `_CorDllMain` function is called directly by the operating system loader.
6464
**Library:** Included as a resource in MsCorEE.dll
6565

6666
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
67-
68-
## See also
69-
70-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/corexemain-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ __int32 STDMETHODCALLTYPE _CorExeMain ();
4646
**Library:** Included as a resource in MsCorEE.dll
4747

4848
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
49-
50-
## See also
51-
52-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/corexemain2-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,3 @@ __int32 STDMETHODCALLTYPE _CorExeMain2 (
5858
**Library:** Included as a resource in MsCorEE.dll
5959

6060
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
61-
62-
## See also
63-
64-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/corimageunloading-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,3 @@ STDAPI (VOID) _CorImageUnloading(
4444
**Library:** Included as a resource in MsCorEE.dll
4545

4646
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
47-
48-
## See also
49-
50-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/corvalidateimage-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,3 @@ STDAPI _CorValidateImage (
7979
**Library:** Included as a resource in MsCorEE.dll
8080

8181
**.NET Framework Versions:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
82-
83-
## See also
84-
85-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/couninitializecor-function.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ STDAPI_(void) CoUninitializeCor(void);
3030
## Remarks
3131
3232
The common language runtime cannot be unloaded from a process. To completely remove the runtime from a running process, you must shut down that process.
33-
34-
## See also
35-
36-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

docs/framework/unmanaged-api/hosting/couninitializeee-function.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ void CoUninitializeEE (
3636
## See also
3737

3838
- [CoInitializeEE Function](coinitializeee-function.md)
39-
- [Metadata Global Static Functions](../../../core/unmanaged-api/metadata/metadata-global-static-functions.md)

0 commit comments

Comments
 (0)