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:
parent
d72028de26
commit
e6ba33c247
@ -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"
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
Dominic Mazzoni
|
||||
|
||||
/**************************************************************************//**
|
||||
***********************************************************************/
|
||||
/*******************************************************************************
|
||||
\class BuiltinEffectsModule
|
||||
\brief Internal module to auto register all built in effects.
|
||||
********************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user