Index: generic/src/debug/print.c
===================================================================
--- generic/src/debug/print.c	(revision 040e4e960e3a23fb69c3cf9e7c8ae7112d7bf526)
+++ generic/src/debug/print.c	(revision 7dd1787643001828803b90e39bfe964bead011fa)
@@ -26,4 +26,9 @@
  * (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	print.c
+ * @brief	Printing functions.
  */
 
Index: generic/src/debug/symtab.c
===================================================================
--- generic/src/debug/symtab.c	(revision 040e4e960e3a23fb69c3cf9e7c8ae7112d7bf526)
+++ generic/src/debug/symtab.c	(revision 7dd1787643001828803b90e39bfe964bead011fa)
@@ -27,4 +27,8 @@
  */
 
+/**
+ * @file	symtab.c
+ * @brief	Kernel symbol resolver.
+ */
 
 #include <symtab.h>
@@ -34,5 +38,5 @@
 #include <print.h>
 
-/** Return entry that seems most likely to correspond to address
+/** Return entry that seems most likely to correspond to argument.
  *
  * Return entry that seems most likely to correspond
@@ -56,5 +60,5 @@
 }
 
-/** Find symbols that match the parameter forward and print them 
+/** Find symbols that match the parameter forward and print them.
  *
  * @param name - search string
