Fixed several errors in documentation
This commit is contained in:
parent
27a25d90fc
commit
ae53276647
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ namespace Noikoio.RegexBot
|
||||||
/// Processes feature-specific configuration.
|
/// Processes feature-specific configuration.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Feature code <i>should not</i> hold on to this data, but instead use <see cref="GetConfig{T}"/> to retrieve
|
/// Feature code <i>should not</i> hold on to this data, but instead use <see cref="GetConfig(ulong)"/> to retrieve
|
||||||
/// them. This is in the event that configuration is reverted to an earlier state and allows for the
|
/// them. This is in the event that configuration is reverted to an earlier state and allows for the
|
||||||
/// bot and all features to revert to previously used configuration values with no effort on the part
|
/// bot and all features to revert to previously used configuration values with no effort on the part
|
||||||
/// of individual features.
|
/// of individual features.
|
||||||
|
@ -73,7 +73,7 @@ namespace Noikoio.RegexBot
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates which section under an individual Discord guild configuration should be passed to the
|
/// Indicates which section under an individual Discord guild configuration should be passed to the
|
||||||
/// feature's <see cref="BotFeature.ProcessConfiguration(JObject)"/> method during configuration load.
|
/// feature's <see cref="BotFeature.ProcessConfiguration(JToken)"/> method during configuration load.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
||||||
public class ConfigSectionAttribute : Attribute
|
public class ConfigSectionAttribute : Attribute
|
||||||
|
|
Loading…
Reference in a new issue