diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index 3388fa9412..02e9c8c157 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -2221,8 +2221,8 @@ int snprintf(char *buf, size_t size, const char *fmt, ...) ATTRIBUTE_PRINTF(3, 4
\param buf
\param size
\param fmt
- \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing '\0') upon success
- \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing '\0'). These support %c, %s, %d and %x only with the width and zero padding flag only.
+ \return the number of characters printed or that would have been printed if the output was truncated (not including the trailing NULL character) upon success
+ \description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing NULL character). These support %c, %s, %d and %x only with the width and zero padding flag only.
int sound_default(int setting)
\group sound
diff --git a/utils/rockbox_api/index.tpl b/utils/rockbox_api/index.tpl
index ccbd5965ad..7412b150f1 100644
--- a/utils/rockbox_api/index.tpl
+++ b/utils/rockbox_api/index.tpl
@@ -2,22 +2,89 @@
-
-
%GROUP_NAME%
-
- %FUNCTION_START%
-
- %FUNCTION%
-
- %DESCRIPTION_START%
- %FUNCTION_DESCRIPTION%
-
- %DESCRIPTION_END%
-
- %PARAMETER_START%
-
-
- %PARAMETERS_START%
- - %PARAM1%
- %PARAM2%
- %PARAMETERS_END%
-
- %PARAMETER_END%
-
- %RETURN_START%
- %RETURN%
- %RETURN_END%
-
- %CONDITIONS_START%
- %CONDITIONS%
- %CONDITIONS_END%
-
- %SEE_START%
- Also see %SEE%
- %SEE_END%
-
- To top
-
- %FUNCTION_END%
-
+
+
+
+
+
+
+
+
+
+ 
+
+
+
+ 
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ %GROUP_NAME%
+
+ %FUNCTION_START%
+
+ %FUNCTION%
+
+ %DESCRIPTION_START%
+ %FUNCTION_DESCRIPTION%
+
+ %DESCRIPTION_END%
+
+ %PARAMETER_START%
+
+
+ %PARAMETERS_START%
+ - %PARAM1%
- %PARAM2%
+ %PARAMETERS_END%
+
+ %PARAMETER_END%
+
+ %RETURN_START%
+ %RETURN%
+ %RETURN_END%
+
+ %CONDITIONS_START%
+ %CONDITIONS%
+ %CONDITIONS_END%
+
+ %SEE_START%
+ Also see %SEE%
+ %SEE_END%
+
+ To top
+ %FUNCTION_END%
+
+
+ |
+
+
\ No newline at end of file