Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31887/src

Modified Files:
        FileFormats.h 
Log Message:
Correct doxygen errors


Index: FileFormats.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FileFormats.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- FileFormats.h       28 Dec 2008 21:04:09 -0000      1.13
+++ FileFormats.h       23 May 2009 14:52:05 -0000      1.14
@@ -29,7 +29,8 @@
  *
  * Uses SFC_GET_FORMAT_MAJOR in the sf_command() interface. Resulting C string
  * from libsndfile is converted to a wxString 
- * @param format The libsndfile format number for the container format required
+ * @param format_num The libsndfile format number for the container format
+ * required
  */
 wxString sf_header_index_name(int format_num);
 
@@ -61,7 +62,7 @@
  *
  * Do sf_header_name() then truncate the string at the first space in the name
  * to get just the first word of the format name.
- * @Param format the libsndfile format to get the name for (only the container
+ * @param format the libsndfile format to get the name for (only the container
  * part is used) */
 wxString sf_header_shortname(int format);
 /** @brief Get the most common file extension for the given format
@@ -73,10 +74,10 @@
 wxString sf_header_extension(int format);
 /** @brief Get the string name of the specified data encoding
  *
- * AND format with SF_FORMAT_SUBMASK to get only the data encoding and
+ * AND encoding_num with SF_FORMAT_SUBMASK to get only the data encoding and
  * then use SFC_GET_FORMAT_INFO to get the description 
- * @param format the libsndfile format to get the name for (only the data
- * encoding is used) */
+ * @param encoding_num the libsndfile encoding to get the name for (only the
+ * data encoding is used) */
 wxString sf_encoding_name(int encoding_num);
 
 //


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to