Skip to content

Commit 5d439bb

Browse files
Fix line length
Signed-off-by: Eugenio Collado <[email protected]>
1 parent bd1805b commit 5d439bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/fastdds/xtypes/idl_parsing.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
Dynamic Types IDL Parsing
88
=========================
99

10-
*Fast DDS* supports the implementation of |DynamicTypes| for parsing IDL files at runtime to generate dynamic data types.
10+
*Fast DDS* supports the implementation of |DynamicTypes| for parsing IDL files at runtime to generate dynamic
11+
data types.
1112
The |DynamicTypeBuilderFactory::create_type_w_uri| API allows users to provide a URI pointing to an IDL file.
1213
Fast DDS will process the file and return the corresponding DynamicTypeBuilder, which can then be used to create a
1314
DynamicType.

0 commit comments

Comments
 (0)