File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Docfx;
9
9
/// <see cref="BuildJsonConfig.FileMetadata"/>
10
10
/// <see cref="MergeJsonItemConfig.FileMetadata"/>
11
11
[ Newtonsoft . Json . JsonConverter ( typeof ( FileMetadataPairsConverter ) ) ]
12
- internal class FileMetadataPairs
12
+ public class FileMetadataPairs
13
13
{
14
14
// Order matters, the latter one overrides the former one
15
15
private readonly List < FileMetadataPairsItem > _items ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Docfx;
10
10
/// Glob/Value pair to define define file's metadata.
11
11
/// </summary>
12
12
/// <see cref="FileMetadataPairs"/>
13
- internal class FileMetadataPairsItem
13
+ public class FileMetadataPairsItem
14
14
{
15
15
/// <summary>
16
16
/// The glob pattern to match the files.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Docfx;
9
9
/// <summary>
10
10
/// Group configuration.
11
11
/// </summary>
12
- internal class GroupConfig
12
+ public class GroupConfig
13
13
{
14
14
/// <summary>
15
15
/// Defines the output folder of the generated build files.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Docfx;
7
7
/// ListWithStringFallback.
8
8
/// </summary>
9
9
[ Newtonsoft . Json . JsonConverter ( typeof ( ListWithStringFallbackConverter ) ) ]
10
- internal class ListWithStringFallback : List < string >
10
+ public class ListWithStringFallback : List < string >
11
11
{
12
12
/// <summary>
13
13
/// Initializes a new instance of the <see cref="ListWithStringFallback"/> class.
You can’t perform that action at this time.
0 commit comments