]> git.sur5r.net Git - i3/i3/blobdiff - src/workspace.c
Make comment style more consistent
[i3/i3] / src / workspace.c
index 0cd72cf80c3bc19b32741321ae94e168bbe4a950..882dac5449fca7c0a5f64f346be1406050431e6b 100644 (file)
@@ -914,7 +914,7 @@ Con *workspace_attach_to(Con *ws) {
     return new;
 }
 
-/**
+/*
  * Creates a new container and re-parents all of children from the given
  * workspace into it.
  *
@@ -949,7 +949,7 @@ Con *workspace_encapsulate(Con *ws) {
     return new;
 }
 
-/**
+/*
  * Move the given workspace to the specified output.
  * This returns true if and only if moving the workspace was successful.
  */