aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-05-03 15:03:01 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-05-03 15:12:00 +1000
commitd3d1e38c1b39fdbe0357e62cadb2fe57f9cf71a4 (patch)
tree40dfcad6158f7f0e2caf83c2267242adb73d70ec /include/sway
parent55b307cddfa453fc003350a642a68735bc36e50e (diff)
Change comment format
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 345f26a0..3fb820f0 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -206,7 +206,7 @@ struct bar_config {
struct border_colors {
float border[4];
float background[4];
- uint32_t text; /**< uint32_t because that's the format that cairo uses */
+ uint32_t text; // uint32_t because that's the format that cairo uses
float indicator[4];
float child_border[4];
};