1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

fixed "/*" in comment warnings

This commit is contained in:
andheh 2018-02-26 10:23:51 +01:00 committed by James Crook
parent d72028de26
commit e6ba33c247
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -6,7 +6,8 @@
Dominic Mazzoni
/**************************************************************************//**
***********************************************************************/
/*******************************************************************************
\class BuiltinEffectsModule
\brief Internal module to auto register all built in effects.
********************************************************************************/