Skip to content

Commit

Permalink
Refs #21797. Apply some minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <[email protected]>
  • Loading branch information
LuciaEchevarria99 committed Oct 9, 2024
1 parent 0ed7286 commit 5bb9b17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/notes/migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Step 1: Update the package name and CMake configuration
* Rename ``FASTRTPS_DEFAULT_PROFILES_FILE`` to ``FASTDDS_DEFAULT_PROFILES_FILE``.
* The configuration file for loading profiles is now ``DEFAULT_FASTDDS_PROFILES.xml``.

3. Update CMakeFile names on Windows:
3. Update CMake file names on Windows:

* Rename ``fastrtps.manifest.in`` to ``fastdds.manifest.in``.
* Rename ``fastrtps-config.cmake`` to ``fastdds-config.cmake``.
Expand Down Expand Up @@ -65,7 +65,7 @@ Verify these versions and update accordingly to avoid any integration issues.

.. _step-4-apply-namespace-changes:

Step 4: Apply Namespace changes
Step 4: Apply namespace changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. Namespace migration:
Expand Down Expand Up @@ -471,8 +471,8 @@ In this delivery mechanisms example, the key changes are:

Refactor the DiscoveryServerExample example with the current new example format.

`Flow Controller <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/flow_controller>`_
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
`Flow Controller <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/flow_control>`_
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Refactor the FlowControlExample example with the current new example format.
In this Flow Controller example, the key changes are:
Expand Down

0 comments on commit 5bb9b17

Please sign in to comment.