[asterisk-commits] oej: trunk r284248 - /trunk/main/file.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Aug 30 04:32:19 CDT 2010


Author: oej
Date: Mon Aug 30 04:32:17 2010
New Revision: 284248

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=284248
Log:
Small doxygen fix and doc addition

Modified:
    trunk/main/file.c

Modified: trunk/main/file.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/file.c?view=diff&rev=284248&r1=284247&r2=284248
==============================================================================
--- trunk/main/file.c (original)
+++ trunk/main/file.c Mon Aug 30 04:32:17 2010
@@ -47,13 +47,15 @@
 #include "asterisk/astobj2.h"
 #include "asterisk/test.h"
 
-/*
+/*! \brief
  * The following variable controls the layout of localized sound files.
  * If 0, use the historical layout with prefix just before the filename
  * (i.e. digits/en/1.gsm , digits/it/1.gsm or default to digits/1.gsm),
  * if 1 put the prefix at the beginning of the filename
  * (i.e. en/digits/1.gsm, it/digits/1.gsm or default to digits/1.gsm).
  * The latter permits a language to be entirely in one directory.
+ *
+ * This is settable in asterisk.conf.
  */
 int ast_language_is_prefix = 1;
 




More information about the asterisk-commits mailing list