mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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) {}
|
Counters() : appendix_(false), subfloat_(false) {}
|
||||||
/// Add a new counter to array.
|
/// Add a new counter to array.
|
||||||
void newCounter(docstring const & newc);
|
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,
|
void newCounter(docstring const & newc,
|
||||||
docstring const & masterc,
|
docstring const & masterc,
|
||||||
docstring const & ls,
|
docstring const & ls,
|
||||||
|
Loading…
Reference in New Issue
Block a user