commit 53c8e0b77d2fbc62bf7d895714977d906122657f
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Aug 30 14:53:07 2024 +0200

    update comments
---
 src/Buffer.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Buffer.h b/src/Buffer.h
index 2cd1495796..d4e8db8748 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
@@ -661,10 +661,11 @@ public:
        ///
        Undo const & undo() const;
 
-       /// poor man versioning of the buffer (and its relatives).
+       /// Poor man versioning of the buffer (and its relatives).
+       ///  This is currently used by updateMacros() and Statistics::update().
        int id() const;
        /// change the id of this buffer and its relatives (indicating
-       /// something has changed). This is currently used by updateMacros().
+       /// something has changed).
        void updateId();
 
        /// This function is called when the buffer is changed.
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to