Skip to content

Commit be71b0a

Browse files
authored
Add actual XML docs instead
1 parent a8792b5 commit be71b0a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/nuget.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,18 @@ impl NugetPackage {
237237
);
238238
let cs_file_content = format!(
239239
r#"// <auto-generated/>
240-
#pragma warning disable CS1591 // Compensate for https://github.com/dotnet/roslyn/issues/41171
241240
242241
namespace Microsoft.Data.Sqlite
243242
{{
243+
/// <summary>
244+
/// Utility for loading SQLite vector extension.
245+
/// </summary>
244246
public static class Sqlite{0}Extensions
245247
{{
248+
/// <summary>
249+
/// Loads the {1} SQLite vector extension.
250+
/// </summary>
251+
/// <param name="connection">A connection to a SQLite database.</param>
246252
public static void Load{0}(this SqliteConnection connection)
247253
=> connection.LoadExtension("{1}");
248254
}}

0 commit comments

Comments
 (0)