mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
autotools
dox2-src
CrossPlatform.dox2
InsideNyquist.dox2
MainPage.dox2
OtherHeaders.dox2
ShuttleSystem.dox2
Themability.dox2
WidgetMigration.dox2
WxWishlist.dox2
examples.hh
help
images
include
lib-src
locale
m4
mac
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitattributes
.gitignore
.travis.yml
ABOUT-NLS
CHANGELOG.txt
INSTALL
LICENSE.txt
Makefile.am
Makefile.in
README.txt
appveyor.yml
audacity.dox
branches.txt
configure
configure.ac
po
todo.txt
23 lines
667 B
C++
23 lines
667 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
examples.hh
|
|
|
|
James Crook
|
|
|
|
********************************************************************//*
|
|
|
|
JKC: This file is for the doxygen documentation system.
|
|
We can use it for small example that have '/ *' style comments in
|
|
them, which cannot be included in Doxy documents otherwise.
|
|
|
|
/*****************************************************************//*!
|
|
|
|
//First Example:
|
|
|
|
/* i18n-hint: One-letter abbreviation for Left, in VU Meter */
|
|
mLeftText = _("L");
|
|
/* i18n-hint: One-letter abbreviation for Right, in VU Meter */
|
|
mRightText = _("R");
|