summaryrefslogtreecommitdiff
path: root/include/asterisk/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/translate.h')
-rw-r--r--include/asterisk/translate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index ec939e6b5..1de3fe61d 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -240,7 +240,7 @@ unsigned int ast_translate_path_steps(unsigned int dest, unsigned int src);
* The result will include all formats from 'dest' that are either present
* in 'src' or translatable from a format present in 'src'.
*
- * Note that only a single audio format and a single video format can be
+ * \note Only a single audio format and a single video format can be
* present in 'src', or the function will produce unexpected results.
*/
unsigned int ast_translate_available_formats(unsigned int dest, unsigned int src);