From 2b234dad7dfc904a3aeb715c152a46b2fd346d49 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 6 Oct 2008 12:24:31 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26778 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Counters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Counters.h b/src/Counters.h index 5117ae80b6..721e4e307d 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -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,