summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2010-08-30 09:32:17 +0000
committerOlle Johansson <oej@edvina.net>2010-08-30 09:32:17 +0000
commit5f7c0c349f5ae2601d81d674c5fde26df14a2015 (patch)
treed0b7f104a25c9bc46e7044ccb0ab9c060f326325 /main/file.c
parent8470f89d911c2d47e90fb70d9c3e73c11506df50 (diff)
Small doxygen fix and doc addition
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@284248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/file.c b/main/file.c
index 726a72b64..3869ea576 100644
--- a/main/file.c
+++ b/main/file.c
@@ -47,13 +47,15 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#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;