]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
added doxygen file header
authorDan Lynch <danjlynch@users.sourceforge.net>
Wed, 21 Jun 2006 10:26:01 +0000 (10:26 +0000)
committerDan Lynch <danjlynch@users.sourceforge.net>
Wed, 21 Jun 2006 10:26:01 +0000 (10:26 +0000)
src/hci/mucurses/alert.c
src/hci/mucurses/cursor.c
src/hci/mucurses/cursor.h

index dedc3ba5e8bf3e9617ce82504f7159a0b4fcdd5f..4e88b82a7c442cd276c066e524ba21a168b92117 100644 (file)
@@ -1,6 +1,12 @@
 #include <curses.h>
 #include <vsprintf.h>
 
+/** @file
+ *
+ * MuCurses alert functions
+ *
+ */
+
 /**
  * Audible signal
  *
index 0d1a175ab3b0765a548263c2872eac16ac042b46..95605694221a35c6d0b09939b67f63be72a6bd61 100644 (file)
@@ -1,6 +1,12 @@
 #include <curses.h>
 #include "cursor.h"
 
+/** @file
+ *
+ * MuCurses cursor preserving functions
+ *
+ */
+
 /**
  * Restore cursor position from encoded backup variable
  *
index acc68ec567a3c029a86a65b4e907310fe43ba66c..72c6d0382a4caec4ca1221dcfa8577761545d875 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef CURSOR_H
 #define CURSOR_H
 
+/** @file
+ *
+ * MuCurses cursor implementation specific header file
+ *
+ */
+
 struct cursor_pos {
        unsigned int y, x;
 };