Skip to content

Commit 9ed0e1f

Browse files
committed
improve xml comment docs
1 parent 3a82c75 commit 9ed0e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Smdn.Net.MuninNode/Smdn.Net.MuninPlugin/PluginGraphAttributesBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace Smdn.Net.MuninPlugin;
1212
/// </summary>
1313
/// <seealso cref="IPluginGraphAttributes"/>
1414
/// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/plugin.html#global-attributes">Plugin reference - Global attributes</seealso>
15+
/// <seealso href="https://guide.munin-monitoring.org/en/latest/example/graph/graph_args.html">Recommended graph_args</seealso>
1516
public partial class PluginGraphAttributesBuilder {
1617
/// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/plugin.html#graph-title">Plugin reference - Global attributes - graph_title</seealso>
1718
private const string RegexTitlePattern = @"^\P{C}+\z"; // except Unicode category 'C' (all other characters)

0 commit comments

Comments
 (0)