Skip to content

Commit

Permalink
Init: Make sure to use documentation comment (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Apr 29, 2024
1 parent 3c0f251 commit 1291d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Init.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/Widgets/HyperTextView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1291d27

Please sign in to comment.