Browse Source

added doxygen @file header

tags/v0.9.3
Dan Lynch 18 years ago
parent
commit
3049a1f026
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      src/hci/mucurses/edging.c

+ 7
- 1
src/hci/mucurses/edging.c View File

2
 #include "core.h"
2
 #include "core.h"
3
 #include "cursor.h"
3
 #include "cursor.h"
4
 
4
 
5
+/** @file
6
+ *
7
+ * MuCurses edging functions
8
+ *
9
+ */
10
+
5
 /**
11
 /**
6
  * Draw borders from single-byte characters and renditions around a
12
  * Draw borders from single-byte characters and renditions around a
7
  * window
13
  * window
88
  *
94
  *
89
  * @v *win	subject window
95
  * @v *win	subject window
90
  * @v ch	rendition and character
96
  * @v ch	rendition and character
91
- * @v n		max number of lines to render
97
+ * @v n		max number of chars (high) to render
92
  * @ret rc	return status code
98
  * @ret rc	return status code
93
  */
99
  */
94
 int wvline ( WINDOW *win, chtype ch, int n ) {
100
 int wvline ( WINDOW *win, chtype ch, int n ) {

Loading…
Cancel
Save