Index: generic/src/console/cmd.c
===================================================================
--- generic/src/console/cmd.c	(revision ad45bde902facf893e06d19f51ac7e543fcf12f6)
+++ generic/src/console/cmd.c	(revision 9a68b34d997aee7a6bb46e96ef6da51cb260bcaf)
@@ -28,4 +28,7 @@
 
 /**
+ * @file	cmd.c
+ * @brief	Kernel console command wrappers.
+ *
  * This file is meant to contain all wrapper functions for
  * all kconsole commands. The point is in separating
Index: generic/src/console/kconsole.c
===================================================================
--- generic/src/console/kconsole.c	(revision ad45bde902facf893e06d19f51ac7e543fcf12f6)
+++ generic/src/console/kconsole.c	(revision 9a68b34d997aee7a6bb46e96ef6da51cb260bcaf)
@@ -25,4 +25,11 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+/**
+ * @file	kconsole.c
+ * @brief	Kernel console.
+ *
+ * This file contains kernel thread managing the kernel console.
  */
 
