From: Dan Lynch Date: Wed, 21 Jun 2006 10:30:03 +0000 (+0000) Subject: added doxygen @file header X-Git-Tag: fredrik-command-line-merge-1~13 X-Git-Url: http://git.etherboot.org/people/xl0/gpxe.git/commitdiff_plain/3049a1f02606beb196dc7ad521daa74405aee77b added doxygen @file header --- diff --git a/src/hci/mucurses/edging.c b/src/hci/mucurses/edging.c index 5948232f..2cbf7650 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 ) {