瀏覽代碼

added doxygen @file header

tags/v0.9.3
Dan Lynch 18 年之前
父節點
當前提交
3049a1f026
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. 7
    1
      src/hci/mucurses/edging.c

+ 7
- 1
src/hci/mucurses/edging.c 查看文件

@@ -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…
取消
儲存