mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26778 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
63644744fd
commit
2b234dad7d
@ -77,7 +77,8 @@ public:
|
||||
Counters() : appendix_(false), subfloat_(false) {}
|
||||
/// Add a new counter to array.
|
||||
void newCounter(docstring const & newc);
|
||||
/// Add new counter having oldc as its master and ls as its label.
|
||||
/// Add new counter newc having masterc as its master,
|
||||
/// ls as its label, and lsa as its appendix label.
|
||||
void newCounter(docstring const & newc,
|
||||
docstring const & masterc,
|
||||
docstring const & ls,
|
||||
|
Loading…
Reference in New Issue
Block a user