Skip to content

Commit 68b143e

Browse files
committed
Fix conflicts
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 78bfac7 commit 68b143e

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

code/FastDDSGenCodeTester.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,9 @@ enum MyBitMask : uint8_t
133133
//!
134134

135135
/*
136-
<<<<<<< HEAD
137136
// INCLUDE_MORE_IDL_FILES
138137
#include "OtherFile.idl"
139138
#include <AnotherFile.idl>
139+
#include <IncludedIDL.idl>
140140
//!
141141
/**/
142-
=======
143-
// INCLUDE_MORE_IDL_FILES
144-
#include "OtherFile.idl"
145-
#include <AnotherFile.idl>
146-
#include <IncludedIDL.idl>
147-
//!
148-
/**/
149-
>>>>>>> bf0dfe6 (Docs - Apply custom templates to included IDL files (#1066))

docs/fastddsgen/dataTypes/dataTypes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ If *Fast DDS-Gen* does not find a C/C++ preprocessor in default system paths, th
373373
using parameter ``-ppPath``.
374374
The parameter ``-ppDisable`` can be used to disable the usage of the C/C++ preprocessor.
375375

376-
<<<<<<< HEAD
377-
=======
378376
The parameter ``-extrastg`` can also be used to apply custom templates to included IDL files.
379377
To enable this feature, the output file name passed to ``-extrastg`` must include the character ``@``, which will be
380378
replaced by the name of the included file to generate the output file.
@@ -391,7 +389,6 @@ Where ``IncludedIDL.idl`` is included in ``MainIDL.idl`` file.
391389
<path/to/Fast DDS-Gen>/scripts/fastddsgen MainIDL.idl -I <path/to/idls> -extrastg <path/to/template>/Custom.stg @_Custom.cpp
392390
393391
Check :ref:`fastddsgen_supported_options` for more information about the ``-extrastg`` option.
394-
>>>>>>> bf0dfe6 (Docs - Apply custom templates to included IDL files (#1066))
395392

396393
Annotations
397394
--------------

0 commit comments

Comments
 (0)