mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
This commit is contained in:
22
dox2-src/examples.hh
Normal file
22
dox2-src/examples.hh
Normal file
@@ -0,0 +1,22 @@
|
||||
/**********************************************************************
|
||||
|
||||
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");
|
||||
Reference in New Issue
Block a user