File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace CPlugin.Net;
1010/// <remarks>
1111/// The variable must be called <c>PLUGINS</c> and its value must be a string separated by spaces.
1212/// <para>Example:</para>
13- /// PLUGINS=MyPlugin1.dll MyPlugin2.dll
13+ /// <c> PLUGINS=MyPlugin1.dll MyPlugin2.dll</c>
1414/// </remarks>
1515public class CPluginEnvConfiguration : CPluginConfigurationBase
1616{
Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ namespace CPlugin.Net;
1010/// </summary>
1111/// <remarks>
1212/// The section must be called <c>Plugins</c> and its value must be an array of strings.
13- /// <para>
14- /// Example:
15- /// <para>{</para>
16- /// "Plugins": [ "MyPlugin1.dll", "MyPlugin2.dll" ]
17- /// <para>}</para>
18- /// </para>
13+ /// <para>Example:</para>
14+ /// <c>
15+ /// { "Plugins": [ "MyPlugin1.dll", "MyPlugin2.dll" ] }
16+ /// </c>
1917/// </remarks>
2018public class CPluginJsonConfiguration : CPluginConfigurationBase
2119{
You can’t perform that action at this time.
0 commit comments