Skip to content

Commit 3f4df0b

Browse files
committed
make BuildJsonConfig public
1 parent d19d924 commit 3f4df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docfx.App/Config/BuildJsonConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Docfx;
1313
/// BuildJsonConfig.
1414
/// </summary>
1515
/// <see href="https://dotnet.github.io/docfx/reference/docfx-json-reference.html#12-properties-for-build"/>
16-
class BuildJsonConfig
16+
public class BuildJsonConfig
1717
{
1818
/// <summary>
1919
/// Contains all the files to generate documentation, including metadata yml files and conceptual md files.

0 commit comments

Comments
 (0)