Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
commit7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (patch)
tree96b3c2f32cb6471f0fb70ea2ec0f84ab66855e20 /intern
parent83f285f56fac5aa989ec26d2d529b1284c8c2e21 (diff)
Cleanup: doxygen sections
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp3
2 files changed, 5 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index c5506902d59..1f85c7a4c5c 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1975,6 +1975,7 @@ void GHOST_SystemWin32::putClipboard(GHOST_TInt8 *buffer, bool selection) const
/* -------------------------------------------------------------------- */
/** \name Message Box
* \{ */
+
GHOST_TSuccess GHOST_SystemWin32::showMessageBox(const char *title,
const char *message,
const char *help_label,
@@ -2022,7 +2023,8 @@ GHOST_TSuccess GHOST_SystemWin32::showMessageBox(const char *title,
return GHOST_kSuccess;
}
-/* \} */
+
+/** \} */
static DWORD GetParentProcessID(void)
{
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 53e52d40dec..df7e8ba59df 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -2494,7 +2494,8 @@ GHOST_TSuccess GHOST_SystemX11::showMessageBox(const char *title,
XFreeGC(m_display, buttonGC);
return GHOST_kSuccess;
}
-/* \} */
+
+/** \} */
#ifdef WITH_XDND
GHOST_TSuccess GHOST_SystemX11::pushDragDropEvent(GHOST_TEventType eventType,