Skip to content

Commit 7e110fa

Browse files
raveit65sc0w
raveit65
authored andcommitted
prefs-manager: silent some build warnings
- are this really gtk-doc code blocks? see docs: https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax
1 parent 18eb46c commit 7e110fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pluma/pluma-prefs-manager-app.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <glib.h>
3636
#include <pluma/pluma-prefs-manager.h>
3737

38-
/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
38+
/* LIFE CYCLE MANAGEMENT FUNCTIONS */
3939

4040
gboolean pluma_prefs_manager_app_init (void);
4141

pluma/pluma-prefs-manager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ typedef enum {
129129
PLUMA_TOOLBAR_ICONS_BOTH_HORIZ
130130
} PlumaToolbarSetting;
131131

132-
/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
132+
/* LIFE CYCLE MANAGEMENT FUNCTIONS */
133133

134134
gboolean pluma_prefs_manager_init (void);
135135

136136
/* This function must be called before exiting pluma */
137137
void pluma_prefs_manager_shutdown (void);
138138

139139

140-
/** PREFS MANAGEMENT FUNCTIONS **/
140+
/* PREFS MANAGEMENT FUNCTIONS */
141141

142142
/* Use default font */
143143
gboolean pluma_prefs_manager_get_use_default_font (void);

0 commit comments

Comments
 (0)