From 67d0836b29dcc3af935dbc8586d6ddcd8da3aad9 Mon Sep 17 00:00:00 2001 From: Andrew Zonenberg Date: Mon, 23 Sep 2024 10:16:31 -0700 Subject: [PATCH] Updated to latest scopehal --- lib | 2 +- src/ngscopeclient/AboutDialog.cpp | 2 ++ src/ngscopeclient/AboutDialog.h | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib b/lib index 78a1f9a05..ceb3656ce 160000 --- a/lib +++ b/lib @@ -1 +1 @@ -Subproject commit 78a1f9a05f67fb59b9d8e3cae5a4a98b74851599 +Subproject commit ceb3656ce8af64145e11b3a09039705245c97b16 diff --git a/src/ngscopeclient/AboutDialog.cpp b/src/ngscopeclient/AboutDialog.cpp index 214bac9f4..183b7d5c4 100644 --- a/src/ngscopeclient/AboutDialog.cpp +++ b/src/ngscopeclient/AboutDialog.cpp @@ -28,6 +28,8 @@ ***********************************************************************************************************************/ /** + \addtogroup dialogs + @file @author Andrew D. Zonenberg @brief Implementation of AboutDialog diff --git a/src/ngscopeclient/AboutDialog.h b/src/ngscopeclient/AboutDialog.h index 6e4e22383..008ffd5cf 100644 --- a/src/ngscopeclient/AboutDialog.h +++ b/src/ngscopeclient/AboutDialog.h @@ -28,6 +28,9 @@ ***********************************************************************************************************************/ /** + \addtogroup dialogs + \ingroup ngscopeclient + @file @author Andrew D. Zonenberg @brief Declaration of AboutDialog