Skip to content

Commit 733573d

Browse files
Fix typo in getting started C++ section (#1002) (#1005)
* 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) Co-authored-by: juanjo4936 <69901369+juanjo4936@users.noreply.github.com>
1 parent 06ecf37 commit 733573d

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
@@ -48,13 +48,3 @@ This must have generated the following files:
4848
* HelloWorldCdrAux.hpp: Header file for HelloWorldCdrAux.ipp.
4949
* HelloWorldTypeObjectSupport.cxx: |TypeObject| registration code.
5050
* HelloWorldTypeObjectSupport.hpp: Header file for HelloWorldTypeObjectSupport.cxx.
51-
52-
CMakeLists.txt
53-
""""""""""""""
54-
55-
Include the following code snippet at the end of the CMakeList.txt file you created earlier.
56-
This includes the files we have just created.
57-
58-
.. literalinclude:: /../code/Examples/C++/DDSHelloWorld/CMakeLists.txt
59-
:language: bash
60-
:lines: 44-45

0 commit comments

Comments
 (0)