소스 검색

added doxygen @file header

tags/v0.9.3
Dan Lynch 19 년 전
부모
커밋
3049a1f026
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7
    1
      src/hci/mucurses/edging.c

+ 7
- 1
src/hci/mucurses/edging.c 파일 보기

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…
취소
저장