Skip to content

Commit f37dbf6

Browse files
Add missing typesettings
Signed-off-by: Ronald Cron <[email protected]>
1 parent de8bb96 commit f37dbf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/4.0-migration-guide/repo-split.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ find_package(MbedTLS REQUIRED)
136136
target_link_libraries(myapp PRIVATE MbedTLS::mbedtls MbedTLS::mbedx509 MbedTLS::tfpsacrypto)
137137
```
138138
You can also refer to the following example programs demonstrating how to consume Mbed TLS as a CMake package:
139-
- programs/test/cmake_package
140-
- programs/test/cmake_package_install
139+
- `programs/test/cmake_package`
140+
- `programs/test/cmake_package_install`
141141

142142
#### Using the Mbed TLS Crypto pkg-config file
143143

144144
The Mbed TLS CMake build system still provides the pkg-config file mbedcrypto.pc, so you can continue using it.
145145
Internally, it now references the tfpsacrypto library.
146146

147-
A new pkg-config file, tfpsacrypto.pc, is also provided.
148-
Both mbedcrypto.pc and tfpsacrypto.pc are functionally equivalent, providing the same compiler and linker flags.
147+
A new pkg-config file, `tfpsacrypto.pc`, is also provided.
148+
Both `mbedcrypto.pc` and `tfpsacrypto.pc` are functionally equivalent, providing the same compiler and linker flags.
149149

150150
#### Using Mbed TLS as an installed library
151151

@@ -159,7 +159,7 @@ Others remain for historical reasons and may be cleaned up in later versions of
159159
We strongly recommend not relying on the declarations in these headers, as they may be removed or modified without notice.
160160
See the section Private Declarations in the TF-PSA-Crypto 1.0 migration guide for more information.
161161

162-
Finally, note the new include/tf-psa-crypto directory, which contains the TF-PSA-Crypto version and build-time configuration headers.
162+
Finally, note the new `include/tf-psa-crypto` directory, which contains the TF-PSA-Crypto version and build-time configuration headers.
163163

164164
### Audience-Specific Notes
165165

0 commit comments

Comments
 (0)