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,6 +2,12 @@
2 2
 #include "core.h"
3 3
 #include "cursor.h"
4 4
 
5
+/** @file
6
+ *
7
+ * MuCurses edging functions
8
+ *
9
+ */
10
+
5 11
 /**
6 12
  * Draw borders from single-byte characters and renditions around a
7 13
  * window
@@ -88,7 +94,7 @@ int whline ( WINDOW *win, chtype ch, int n ) {
88 94
  *
89 95
  * @v *win	subject window
90 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 98
  * @ret rc	return status code
93 99
  */
94 100
 int wvline ( WINDOW *win, chtype ch, int n ) {

Loading…
Cancel
Save