changeset 33078:862ea2a4f5b9 stable

* qt-interpreter-events.cc: Fix Doxygen comment formatting.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Feb 2024 16:07:14 -0500
parents 2bd8a5196b9c
children b521d6610e35
files libgui/src/qt-interpreter-events.cc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/qt-interpreter-events.cc	Thu Feb 22 16:06:50 2024 -0500
+++ b/libgui/src/qt-interpreter-events.cc	Thu Feb 22 16:07:14 2024 -0500
@@ -636,8 +636,9 @@
   emit exit_debugger_signal ();
 }
 
-// Display (if @insert true) or remove the appropriate symbol for a breakpoint
-// in @file at @line with condition @cond.
+//! Display (if @c insert true) or remove the appropriate symbol for a
+//! breakpoint in @c file at @c line with condition @c cond.
+
 void qt_interpreter_events::update_breakpoint (bool insert,
                                                const std::string& file,
                                                int line,