From 53c8e0b77d2fbc62bf7d895714977d906122657f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 30 Aug 2024 14:53:07 +0200 Subject: [PATCH] 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. -- 2.39.5