Skip to content

Commit f702b0b

Browse files
mergify[bot]juanjo4936Juanjo Garcia
authored
Fix typo in getting started C++ section (backport #1002) (#1006)
* Fix typo in getting started C++ section (#1002) * Hotfix: deleted a section that is no longer needed Signed-off-by: Juanjo Garcia <juanjosegarcia@eprosima.com> * Hotfix: solved the failure of the CI Signed-off-by: Juanjo Garcia <juanjosegarcia@eprosima.com> --------- Signed-off-by: Juanjo Garcia <juanjosegarcia@eprosima.com> (cherry picked from commit 5815f2d) # Conflicts: # docs/fastdds/getting_started/simple_app/includes/dataType.rst * Hotfix: Solved the conflict Signed-off-by: Juanjo Garcia <juanjosegarcia@eprosima.com> --------- Signed-off-by: Juanjo Garcia <juanjosegarcia@eprosima.com> Co-authored-by: juanjo4936 <69901369+juanjo4936@users.noreply.github.com> Co-authored-by: Juanjo Garcia <juanjosegarcia@eprosima.com>
1 parent f05179d commit f702b0b

File tree

1 file changed

+0
-10
lines changed
  • docs/fastdds/getting_started/simple_app/includes

1 file changed

+0
-10
lines changed

docs/fastdds/getting_started/simple_app/includes/dataType.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,3 @@ This must have generated the following files:
4747
* HelloWorldPubSubTypes.h: Header file for HelloWorldPubSubTypes.cxx.
4848
* HelloWorldCdrAux.ipp: Serialization and Deserialization code for the HelloWorld type.
4949
* HelloWorldCdrAux.hpp: Header file for HelloWorldCdrAux.ipp.
50-
51-
CMakeLists.txt
52-
""""""""""""""
53-
54-
Include the following code snippet at the end of the CMakeList.txt file you created earlier.
55-
This includes the files we have just created.
56-
57-
.. literalinclude:: /../code/Examples/C++/DDSHelloWorld/CMakeLists.txt
58-
:language: bash
59-
:lines: 44-45

0 commit comments

Comments
 (0)