diff options
| author | Dan Lynch | 2006-06-21 12:30:03 +0200 |
|---|---|---|
| committer | Dan Lynch | 2006-06-21 12:30:03 +0200 |
| commit | 3049a1f02606beb196dc7ad521daa74405aee77b (patch) | |
| tree | 44a51a2a8355154924a1cc1897459317e0b48a18 | |
| parent | - removed slk references (diff) | |
| download | ipxe-3049a1f02606beb196dc7ad521daa74405aee77b.tar.gz ipxe-3049a1f02606beb196dc7ad521daa74405aee77b.tar.xz ipxe-3049a1f02606beb196dc7ad521daa74405aee77b.zip | |
added doxygen @file header
| -rw-r--r-- | src/hci/mucurses/edging.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hci/mucurses/edging.c b/src/hci/mucurses/edging.c index 5948232f6..2cbf76501 100644 --- a/src/hci/mucurses/edging.c +++ b/src/hci/mucurses/edging.c @@ -2,6 +2,12 @@ #include "core.h" #include "cursor.h" +/** @file + * + * MuCurses edging functions + * + */ + /** * Draw borders from single-byte characters and renditions around a * window @@ -88,7 +94,7 @@ int whline ( WINDOW *win, chtype ch, int n ) { * * @v *win subject window * @v ch rendition and character - * @v n max number of lines to render + * @v n max number of chars (high) to render * @ret rc return status code */ int wvline ( WINDOW *win, chtype ch, int n ) { |
