mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Small doxygen fix and doc addition
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@284248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -47,13 +47,15 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#include "asterisk/astobj2.h"
|
#include "asterisk/astobj2.h"
|
||||||
#include "asterisk/test.h"
|
#include "asterisk/test.h"
|
||||||
|
|
||||||
/*
|
/*! \brief
|
||||||
* The following variable controls the layout of localized sound files.
|
* The following variable controls the layout of localized sound files.
|
||||||
* If 0, use the historical layout with prefix just before the filename
|
* 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),
|
* (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
|
* 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).
|
* (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.
|
* The latter permits a language to be entirely in one directory.
|
||||||
|
*
|
||||||
|
* This is settable in asterisk.conf.
|
||||||
*/
|
*/
|
||||||
int ast_language_is_prefix = 1;
|
int ast_language_is_prefix = 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user