added doxygen @file header

This commit is contained in:
Dan Lynch
2006-06-21 10:30:03 +00:00
parent 14f5d3203d
commit 3049a1f026

View File

@@ -2,6 +2,12 @@
#include "core.h" #include "core.h"
#include "cursor.h" #include "cursor.h"
/** @file
*
* MuCurses edging functions
*
*/
/** /**
* Draw borders from single-byte characters and renditions around a * Draw borders from single-byte characters and renditions around a
* window * window
@@ -88,7 +94,7 @@ int whline ( WINDOW *win, chtype ch, int n ) {
* *
* @v *win subject window * @v *win subject window
* @v ch rendition and character * @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 * @ret rc return status code
*/ */
int wvline ( WINDOW *win, chtype ch, int n ) { int wvline ( WINDOW *win, chtype ch, int n ) {