From 1291d2770b62f791d478d9b1b4caf7c585bee4a7 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Tue, 30 Apr 2024 08:18:31 +0900 Subject: [PATCH] Init: Make sure to use documentation comment (#718) --- lib/Init.vala | 2 +- lib/Widgets/HyperTextView.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Init.vala b/lib/Init.vala index d6c29c825..98472c582 100644 --- a/lib/Init.vala +++ b/lib/Init.vala @@ -9,7 +9,7 @@ namespace Granite { private static Gtk.CssProvider? dark_provider = null; private static Gtk.CssProvider? app_provider = null; - /* + /** * Initializes Granite. * If Granite has already been initialized, the function will return. * Makes sure translations and types for Granite are set up properly. diff --git a/lib/Widgets/HyperTextView.vala b/lib/Widgets/HyperTextView.vala index 21acd5386..96d029936 100644 --- a/lib/Widgets/HyperTextView.vala +++ b/lib/Widgets/HyperTextView.vala @@ -18,7 +18,7 @@ */ /** -* This class enables navigatable URLs in Gtk.TextView + * This class enables navigatable URLs in Gtk.TextView * @since 6.1.3 */ public class Granite.HyperTextView : Gtk.TextView {