Index: uspace/srv/hid/output/ctl/serial.c
===================================================================
--- uspace/srv/hid/output/ctl/serial.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/ctl/serial.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup console
+/** @addtogroup output
  * @{
  */
Index: uspace/srv/hid/output/ctl/serial.h
===================================================================
--- uspace/srv/hid/output/ctl/serial.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/ctl/serial.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -28,5 +28,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/doc/doxygroups.h
===================================================================
--- uspace/srv/hid/output/doc/doxygroups.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/srv/hid/output/doc/doxygroups.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -0,0 +1,4 @@
+/** @addtogroup output output
+ * @ingroup srvs
+ * @brief Output server
+ */
Index: uspace/srv/hid/output/gfx/font-8x16.c
===================================================================
--- uspace/srv/hid/output/gfx/font-8x16.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/gfx/font-8x16.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup genarch
+/** @addtogroup output
  * @{
  */
Index: uspace/srv/hid/output/gfx/font-8x16.h
===================================================================
--- uspace/srv/hid/output/gfx/font-8x16.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/gfx/font-8x16.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup genarch
+/** @addtogroup output
  * @{
  */
Index: uspace/srv/hid/output/output.c
===================================================================
--- uspace/srv/hid/output/output.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/output.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,4 +27,8 @@
  */
 
+/** @addtogroup output
+ * @{
+ */
+
 #include <errno.h>
 #include <stddef.h>
@@ -493,2 +497,5 @@
 	return 0;
 }
+
+/** @}
+ */
Index: uspace/srv/hid/output/output.h
===================================================================
--- uspace/srv/hid/output/output.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/output.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -25,4 +25,8 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/** @addtogroup output
+ * @{
  */
 
@@ -72,2 +76,5 @@
 
 #endif
+
+/** @}
+ */
Index: uspace/srv/hid/output/port/chardev.c
===================================================================
--- uspace/srv/hid/output/port/chardev.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/chardev.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -28,5 +28,6 @@
  */
 
-/** @file
+/** @addtogropu output
+ * @{
  */
 
Index: uspace/srv/hid/output/port/chardev.h
===================================================================
--- uspace/srv/hid/output/port/chardev.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/chardev.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/port/ega.c
===================================================================
--- uspace/srv/hid/output/port/ega.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/ega.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/port/ega.h
===================================================================
--- uspace/srv/hid/output/port/ega.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/ega.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/port/kfb.c
===================================================================
--- uspace/srv/hid/output/port/kfb.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/kfb.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -29,5 +29,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/port/kfb.h
===================================================================
--- uspace/srv/hid/output/port/kfb.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/port/kfb.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,9 +27,6 @@
  */
 
-/** @addtogroup fb
- * @ingroup fbs
+/** @addtogroup output
  * @{
- */
-/** @file
  */
 
Index: uspace/srv/hid/output/proto/vt100.c
===================================================================
--- uspace/srv/hid/output/proto/vt100.c	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/proto/vt100.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
Index: uspace/srv/hid/output/proto/vt100.h
===================================================================
--- uspace/srv/hid/output/proto/vt100.h	(revision e89a06a6551f1dacee7bb5fa05a9eaa8901612d6)
+++ uspace/srv/hid/output/proto/vt100.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
@@ -27,5 +27,6 @@
  */
 
-/** @file
+/** @addtogroup output
+ * @{
  */
 
