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. ********************************************************************************/