From e6ba33c247eb9d5e10ee3af30aa88cafa1c9f71d Mon Sep 17 00:00:00 2001 From: andheh <36114788+andheh@users.noreply.github.com> Date: Mon, 26 Feb 2018 10:23:51 +0100 Subject: [PATCH] fixed "/*" in comment warnings --- src/commands/LoadCommands.cpp | 5 +++-- src/effects/LoadEffects.cpp | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/commands/LoadCommands.cpp b/src/commands/LoadCommands.cpp index b5e487fdd..6d1250316 100644 --- a/src/commands/LoadCommands.cpp +++ b/src/commands/LoadCommands.cpp @@ -7,11 +7,12 @@ Dominic Mazzoni James Crook -/**************************************************************************//** +***********************************************************************/ +/****************************************************************************** \class BuiltinCommandsModule \brief Internal module to auto register all built in commands. It is closely modelled on BuiltinEffectsModule -********************************************************************************/ +*******************************************************************************/ #include "../Audacity.h" #include "../Prefs.h" diff --git a/src/effects/LoadEffects.cpp b/src/effects/LoadEffects.cpp index daa612420..1453935b2 100644 --- a/src/effects/LoadEffects.cpp +++ b/src/effects/LoadEffects.cpp @@ -6,7 +6,8 @@ Dominic Mazzoni -/**************************************************************************//** +***********************************************************************/ +/******************************************************************************* \class BuiltinEffectsModule \brief Internal module to auto register all built in effects. ********************************************************************************/