Index: doxygen/doxygen.cfg.diff
===================================================================
--- doxygen/doxygen.cfg.diff	(revision c606e334f595c512274c5f5593ddd909ffd67b9a)
+++ doxygen/doxygen.cfg.diff	(revision b1276d443d5ca6cf4813dcbce655a4931dd165c1)
@@ -1,11 +1,11 @@
---- doxygen.cfg.gen	2017-11-30 15:25:41.038184899 +0100
-+++ doxygen.cfg	2017-11-30 15:31:19.536034077 +0100
+--- doxygen.cfg.gen	2018-08-29 14:43:41.122709974 +0200
++++ doxygen.cfg	2018-08-29 16:54:48.567343308 +0200
 @@ -32,7 +32,7 @@
  # title of most generated pages and in a few other places.
  # The default value is: My Project.
-
+ 
 -PROJECT_NAME           = "My Project"
 +PROJECT_NAME           = "HelenOS"
-
+ 
  # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
  # could be handy for archiving the generated documentation or if some version
@@ -13,26 +13,35 @@
  # for a project that appears at the top of each page and should give viewer a
  # quick idea about the purpose of the project. Keep the description short.
-
+ 
 -PROJECT_BRIEF          =
 +PROJECT_BRIEF          = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
-
+ 
  # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
  # in the documentation. The maximum height of the logo should not exceed 55
-@@ -790,7 +790,7 @@
+@@ -649,7 +649,7 @@
+ # sections, marked by \if <section_label> ... \endif and \cond <section_label>
+ # ... \endcond blocks.
+ 
+-ENABLED_SECTIONS       =
++ENABLED_SECTIONS       = abs32le amd64 arm32 ia32 ia64 mips32 ppc32 riscv64 sparc64
+ 
+ # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
+ # initial value of a variable or macro / define can have for it to appear in the
+@@ -791,7 +791,7 @@
  # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
  # Note: If this tag is empty the current directory is searched.
-
+ 
 -INPUT                  =
 +INPUT                  = ..
-
+ 
  # This tag can be used to specify the character encoding of the source files
  # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-@@ -864,7 +864,7 @@
+@@ -865,7 +865,7 @@
  # be searched for input files as well.
  # The default value is: NO.
-
+ 
 -RECURSIVE              = NO
 +RECURSIVE              = YES
-
+ 
  # The EXCLUDE tag can be used to specify files and/or directories that should be
  # excluded from the INPUT source files. This way you can easily exclude a
Index: kernel/arch/ia64/include/arch/drivers/kbd.h
===================================================================
--- kernel/arch/ia64/include/arch/drivers/kbd.h	(revision c606e334f595c512274c5f5593ddd909ffd67b9a)
+++ kernel/arch/ia64/include/arch/drivers/kbd.h	(revision b1276d443d5ca6cf4813dcbce655a4931dd165c1)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup ia6464
+/** @addtogroup ia64
  * @{
  */
Index: kernel/doc/doxygroups.h
===================================================================
--- kernel/doc/doxygroups.h	(revision c606e334f595c512274c5f5593ddd909ffd67b9a)
+++ kernel/doc/doxygroups.h	(revision b1276d443d5ca6cf4813dcbce655a4931dd165c1)
@@ -73,6 +73,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64proc ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64proc riscv64
  *     @ingroup proc
  *     @endcond
@@ -149,6 +149,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64mm ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64mm riscv64
  *     @ingroup mm
  *     @endcond
@@ -226,6 +226,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64ddi ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64ddi riscv64
  *     @ingroup ddi
  *     @endcond
@@ -291,6 +291,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64debug ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64debug riscv64
  *     @ingroup debug
  *     @endcond
@@ -355,6 +355,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64interrupt ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64interrupt riscv64
  *     @ingroup interrupt
  *     @endcond
@@ -426,6 +426,6 @@
 
 /**
- *     @cond ppc64
- *     @defgroup ppc64 ppc64
+ *     @cond riscv64
+ *     @defgroup riscv64 riscv64
  *     @ingroup others
  *     @endcond
