summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:35:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:37:55 -0600
commitcc69334f420fc3d41509a176635f3cca6112821d (patch)
treea46cfe8ded93f66a9adbd6a27f12894a4af6d34f /cpukit/libfs
parenttestsupport: Add cascade option to parallel test (diff)
downloadrtems-cc69334f420fc3d41509a176635f3cca6112821d.tar.bz2
Fix a number of minor Doxygen formatting issues
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/dosfs/dosfs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/libfs/src/dosfs/dosfs.h
index 481279e47b..7691ed7e43 100644
--- a/cpukit/libfs/src/dosfs/dosfs.h
+++ b/cpukit/libfs/src/dosfs/dosfs.h
@@ -35,7 +35,7 @@ typedef struct rtems_dosfs_convert_control rtems_dosfs_convert_control;
*
* @param[in,out] self The convert control.
* @param[in] src A well-formed UTF-8 string to be converted.
- * @param[in] src_size The size of the string in bytes (inludes '\0' if any).
+ * @param[in] src_size The size of the string in bytes (inludes '\\0' if any).
* @param[out] dst The address the converted string will get copied to.
* @param[in,out] dst_size The size of the buffer in bytes respectively the
* number of bytes written to the buffer.
@@ -57,7 +57,7 @@ typedef int (*rtems_dosfs_utf8_to_codepage)(
*
* @param[in,out] self The convert control.
* @param[in] src A well-formed string in code page format.
- * @param[in] src_size The size of the string in bytes (inludes '\0' if any).
+ * @param[in] src_size The size of the string in bytes (inludes '\\0' if any).
* @param[out] dst The address the converted string will get copied to.
* @param[in,out] dst_size The size of the buffer in bytes respectively the
* number of bytes written to the buffer.
@@ -79,7 +79,7 @@ typedef int (*rtems_dosfs_codepage_to_utf8)(
*
* @param[in,out] self The convert control.
* @param[in] src A well-formed UTF-8 string to be converted.
- * @param[in] src_size The size of the string in bytes (inludes '\0' if any).
+ * @param[in] src_size The size of the string in bytes (inludes '\\0' if any).
* @param[out] dst The address the converted string will get copied to
* @param[in,out] dst_size The size of the buffer in bytes respectively the
* number of bytes written to the buffer.
@@ -101,7 +101,7 @@ typedef int (*rtems_dosfs_utf8_to_utf16)(
*
* @param[in,out] self The convert control.
* @param[in] src A well-formed UTF-16 string to be converted.
- * @param[in] src_size The size of the string in bytes (inludes '\0' if any).
+ * @param[in] src_size The size of the string in bytes (inludes '\\0' if any).
* @param[out] dst The address the converted string will get copied to.
* @param[in,out] dst_size The size of the buffer in bytes respectively the
* number of bytes written to the buffer
@@ -126,7 +126,7 @@ typedef int (*rtems_dosfs_utf16_to_utf8)(
*
* @param[in,out] self The convert control.
* @param[in] src A well-formed UTF-8 string to be normalized and fold.
- * @param[in] src_size The size of the string in bytes (inludes '\0' if any).
+ * @param[in] src_size The size of the string in bytes (inludes '\\0' if any).
* @param[out] dst The address the normalized and fold string will get
* copied to.
* @param[in,out] dst_size The size of the buffer in bytes respectively the