From 3049a1f02606beb196dc7ad521daa74405aee77b Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 21 Jun 2006 10:30:03 +0000 Subject: [PATCH] added doxygen @file header --- src/hci/mucurses/edging.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ) {