diff --git a/examples/dev_flow/debug/debugging_visual.rst b/examples/dev_flow/debug/debugging_visual.rst index c5266a81bd09..ad5092da8883 100644 --- a/examples/dev_flow/debug/debugging_visual.rst +++ b/examples/dev_flow/debug/debugging_visual.rst @@ -105,7 +105,7 @@ to get information of a DLL, in this case the path where its associated PDB is l in the package to locate its PDB to copy it to the package folder. For more information on how PDBs work with Visual and how we used it to create the hook can be found in the -`hook readme `_. +`hook readme `_. Debugging without build files ----------------------------- @@ -178,5 +178,3 @@ Starting the debugger again will allow to step into the code of the dependency a Any modification to the source files will not allow debugging over them, as Visual Studio does a checksum check, so they need to be the exact same files as when the libraries were compiled. - - diff --git a/examples/tools/autotools/build_project_autotools_toolchain.rst b/examples/tools/autotools/build_project_autotools_toolchain.rst index 40a4f91f3f5d..65d8e05bef1f 100644 --- a/examples/tools/autotools/build_project_autotools_toolchain.rst +++ b/examples/tools/autotools/build_project_autotools_toolchain.rst @@ -11,7 +11,7 @@ Build a simple Autotools project with Conan dependencies In this example, we are going to create a string formatter application -that uses one of the most popular C++ libraries: `fmt `_. +that uses one of the most popular C++ libraries: `fmt `_. We'll use `Autotools `_ as build system and `pkg-config `_ as a helper tool in this case, so you should get them installed on Linux and Mac before going forward with this example. diff --git a/examples/tools/google/bazeltoolchain/build_simple_bazel_7x_project.rst b/examples/tools/google/bazeltoolchain/build_simple_bazel_7x_project.rst index 373d3f1e3732..8059f4ee1f02 100644 --- a/examples/tools/google/bazeltoolchain/build_simple_bazel_7x_project.rst +++ b/examples/tools/google/bazeltoolchain/build_simple_bazel_7x_project.rst @@ -8,7 +8,7 @@ Build a simple Bazel 7.x project using Conan This example is Bazel >= 7.1 compatible. In this example, we are going to create a Hello World program -that uses one of the most popular C++ libraries: `fmt `_. +that uses one of the most popular C++ libraries: `fmt `_. .. note:: diff --git a/examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst b/examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst index 0fc63db7baca..21d5355da602 100644 --- a/examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst +++ b/examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst @@ -8,7 +8,7 @@ Build a simple Bazel project using Conan This example is Bazel 6.x compatible. In this example, we are going to create a Hello World program -that uses one of the most popular C++ libraries: `fmt `_. +that uses one of the most popular C++ libraries: `fmt `_. .. note::