[Bf-blender-cvs] [1151adf62d0] master: Cleanup: unnecessary extra lines for doxy sections

Campbell Barton noreply at git.blender.org
Tue May 11 08:04:46 CEST 2021


Commit: 1151adf62d0dd8c739d315d8974338881a751712
Author: Campbell Barton
Date:   Tue May 11 16:04:03 2021 +1000
Branches: master
https://developer.blender.org/rB1151adf62d0dd8c739d315d8974338881a751712

Cleanup: unnecessary extra lines for doxy sections

===================================================================

M	intern/ghost/intern/GHOST_XrContext.cpp
M	intern/ghost/intern/GHOST_XrSession.cpp
M	source/creator/creator.c

===================================================================

diff --git a/intern/ghost/intern/GHOST_XrContext.cpp b/intern/ghost/intern/GHOST_XrContext.cpp
index 2bf67c121f8..7a0a6b0168f 100644
--- a/intern/ghost/intern/GHOST_XrContext.cpp
+++ b/intern/ghost/intern/GHOST_XrContext.cpp
@@ -55,7 +55,6 @@ void *GHOST_XrContext::s_error_handler_customdata = nullptr;
 
 /* -------------------------------------------------------------------- */
 /** \name Create, Initialize and Destruct
- *
  * \{ */
 
 GHOST_XrContext::GHOST_XrContext(const GHOST_XrContextCreateInfo *create_info)
@@ -153,7 +152,6 @@ void GHOST_XrContext::storeInstanceProperties()
 
 /* -------------------------------------------------------------------- */
 /** \name Debug Printing
- *
  * \{ */
 
 void GHOST_XrContext::printInstanceInfo()
@@ -242,7 +240,6 @@ void GHOST_XrContext::initDebugMessenger()
 
 /* -------------------------------------------------------------------- */
 /** \name Error handling
- *
  * \{ */
 
 void GHOST_XrContext::dispatchErrorMessage(const GHOST_XrException *exception) const
@@ -273,7 +270,6 @@ void GHOST_XrContext::setErrorHandler(GHOST_XrErrorHandlerFn handler_fn, void *c
 
 /* -------------------------------------------------------------------- */
 /** \name OpenXR API-Layers and Extensions
- *
  * \{ */
 
 /**
@@ -564,7 +560,6 @@ bool GHOST_XrContext::needsUpsideDownDrawing() const
 
 /* -------------------------------------------------------------------- */
 /** \name Ghost Internal Accessors and Mutators
- *
  * \{ */
 
 GHOST_TXrOpenXRRuntimeID GHOST_XrContext::getOpenXRRuntimeID() const
diff --git a/intern/ghost/intern/GHOST_XrSession.cpp b/intern/ghost/intern/GHOST_XrSession.cpp
index a1fd7fc2781..85d59582c2e 100644
--- a/intern/ghost/intern/GHOST_XrSession.cpp
+++ b/intern/ghost/intern/GHOST_XrSession.cpp
@@ -59,7 +59,6 @@ struct GHOST_XrDrawInfo {
 
 /* -------------------------------------------------------------------- */
 /** \name Create, Initialize and Destruct
- *
  * \{ */
 
 GHOST_XrSession::GHOST_XrSession(GHOST_XrContext &xr_context)
@@ -110,7 +109,6 @@ void GHOST_XrSession::initSystem()
 
 /* -------------------------------------------------------------------- */
 /** \name State Management
- *
  * \{ */
 
 static void create_reference_spaces(OpenXRSessionData &oxr, const GHOST_XrPose &base_pose)
@@ -245,7 +243,6 @@ GHOST_XrSession::LifeExpectancy GHOST_XrSession::handleStateChangeEvent(
 
 /* -------------------------------------------------------------------- */
 /** \name Drawing
- *
  * \{ */
 
 void GHOST_XrSession::prepareDrawing()
@@ -457,7 +454,6 @@ bool GHOST_XrSession::needsUpsideDownDrawing() const
 
 /* -------------------------------------------------------------------- */
 /** \name State Queries
- *
  * \{ */
 
 bool GHOST_XrSession::isRunning() const
diff --git a/source/creator/creator.c b/source/creator/creator.c
index b40718d1f7c..51efadf5e56 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -132,7 +132,6 @@ struct ApplicationState app_state = {
 /** \name Application Level Callbacks
  *
  * Initialize callbacks for the modules that need them.
- *
  * \{ */
 
 static void callback_mem_error(const char *errorStr)



More information about the Bf-blender-cvs mailing list