2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

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 "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 ) {