mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
various doxygen fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -191,7 +191,7 @@ static int partial_match(const char *s, const char *word, int len)
|
||||
return (len == 0 || !strncmp(s, word, len));
|
||||
}
|
||||
|
||||
/*! \brief split extension@context in two parts, return -1 on error.
|
||||
/*! \brief split extension\@context in two parts, return -1 on error.
|
||||
* The return string is malloc'ed and pointed by *ext
|
||||
*/
|
||||
static int split_ec(const char *src, char **ext, char ** const ctx)
|
||||
|
Reference in New Issue
Block a user