File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ public static IEnumerable<string> GetConfigSearchPaths(ConfigurationLevel level)
217217
218218 /// <summary>
219219 /// Set the paths under which libgit2 searches for the configuration file of a given level.
220+ ///
221+ /// <seealso cref="RepositoryOptions"/>.
220222 /// </summary>
221223 /// <param name="level">The level (global/system/XDG) of the config.</param>
222224 /// <param name="paths">
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public sealed class RepositoryOptions
3232 /// The path has either to lead to an existing valid configuration file,
3333 /// or to a non existent configuration file which will be eventually created.
3434 /// </para>
35+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
3536 /// </summary>
3637 public string GlobalConfigurationLocation { get ; set ; }
3738
@@ -41,6 +42,7 @@ public sealed class RepositoryOptions
4142 /// The path has either to lead to an existing valid configuration file,
4243 /// or to a non existent configuration file which will be eventually created.
4344 /// </para>
45+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
4446 /// </summary>
4547 public string XdgConfigurationLocation { get ; set ; }
4648
@@ -50,6 +52,7 @@ public sealed class RepositoryOptions
5052 /// The path has to lead to an existing valid configuration file,
5153 /// or to a non existent configuration file which will be eventually created.
5254 /// </para>
55+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
5356 /// </summary>
5457 public string SystemConfigurationLocation { get ; set ; }
5558
You can’t perform that action at this time.
0 commit comments