]> git.sur5r.net Git - i3/i3/blobdiff - include/render.h
Make comment style more consistent
[i3/i3] / include / render.h
index 750b7d310317901155a626656517db9102afedde..2b2c8dad74b291347144e9dc9189da570cb9c695 100644 (file)
 
 #include <config.h>
 
-/* This is used to keep a state to pass around when rendering a con in render_con(). */
+/**
+ * This is used to keep a state to pass around when rendering a con in render_con().
+ *
+ */
 typedef struct render_params {
     /* A copy of the coordinates of the container which is being rendered. */
     int x;
@@ -39,7 +42,8 @@ typedef struct render_params {
  */
 void render_con(Con *con, bool render_fullscreen);
 
-/*
+/**
  * Returns the height for the decorations
+ *
  */
 int render_deco_height(void);