Skip to content

Commit 6cece3c

Browse files
committed
update the annotation of constructor
1 parent 5aa7e89 commit 6cece3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/module_base/formatter.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ class FmtTable
191191
*
192192
* @param titles titles, its size should be the same as the number of columns
193193
* @param nrows number of rows
194+
* @param fmts format strings for each column, its size should be the same as the number of columns
195+
* @param indent indent for each column, default is 0
194196
* @param aligns Alignments instance, for alignment of values and titles, e.g. {Align::LEFT, Align::RIGHT} for left alignment of values and right alignment of titles
195197
* @param frames Frames instance, can be constructed with initializer_list<char> like {'-', '-', '-', ' ', ' '}, for up, middle, down, left and right frames
196198
* @param delimiters Delimiters instance, can be constructed with initializer_list<char> like {'-', ' '}, for horizontal and vertical delimiters

0 commit comments

Comments
 (0)