summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-14 18:57:02 +0200
committerZenWalker <[email protected]>2018-09-16 23:30:48 +0200
commit7e110fa475c2190db04cd797e8af8ed9ca7d2654 (patch)
tree3a4ce532d5c09ec23688c6677585f9c84cfb7b36
parent18eb46ced43fc2b584604151bd87b0efdc4174db (diff)
downloadpluma-7e110fa475c2190db04cd797e8af8ed9ca7d2654.tar.bz2
pluma-7e110fa475c2190db04cd797e8af8ed9ca7d2654.tar.xz
prefs-manager: silent some build warnings
- are this really gtk-doc code blocks? see docs: https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax
-rw-r--r--pluma/pluma-prefs-manager-app.h2
-rw-r--r--pluma/pluma-prefs-manager.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/pluma/pluma-prefs-manager-app.h b/pluma/pluma-prefs-manager-app.h
index 0ba3f726..4cc60ce9 100644
--- a/pluma/pluma-prefs-manager-app.h
+++ b/pluma/pluma-prefs-manager-app.h
@@ -35,7 +35,7 @@
#include <glib.h>
#include <pluma/pluma-prefs-manager.h>
-/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
+/* LIFE CYCLE MANAGEMENT FUNCTIONS */
gboolean pluma_prefs_manager_app_init (void);
diff --git a/pluma/pluma-prefs-manager.h b/pluma/pluma-prefs-manager.h
index f5b9aa36..18dc043f 100644
--- a/pluma/pluma-prefs-manager.h
+++ b/pluma/pluma-prefs-manager.h
@@ -129,7 +129,7 @@ typedef enum {
PLUMA_TOOLBAR_ICONS_BOTH_HORIZ
} PlumaToolbarSetting;
-/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
+/* LIFE CYCLE MANAGEMENT FUNCTIONS */
gboolean pluma_prefs_manager_init (void);
@@ -137,7 +137,7 @@ gboolean pluma_prefs_manager_init (void);
void pluma_prefs_manager_shutdown (void);
-/** PREFS MANAGEMENT FUNCTIONS **/
+/* PREFS MANAGEMENT FUNCTIONS */
/* Use default font */
gboolean pluma_prefs_manager_get_use_default_font (void);