mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
added doxygen @file header
This commit is contained in:
@@ -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 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user