Skip to content

Commit 92a5417

Browse files
committed
docs: Tweak some minor things to keep wikiheaders happy.
You can't have two sections with the same name (so it can generate unique page anchors), so fix one of these, and tweak another thing that _isn't_ a header but wikiheader's quick-and-dirty parser thinks is one.
1 parent d357aa2 commit 92a5417

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README-cmake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ flags to the compiler.
157157
- Use [`CMAKE_EXE_LINKER_FLAGS`](https://cmake.org/cmake/help/latest/variable/CMAKE_EXE_LINKER_FLAGS.html) to pass extra option to the linker for executables.
158158
- Use [`CMAKE_SHARED_LINKER_FLAGS`](https://cmake.org/cmake/help/latest/variable/CMAKE_SHARED_LINKER_FLAGS.html) to pass extra options to the linker for shared libraries.
159159

160-
#### Examples
160+
#### Compile Options Examples
161161

162162
- build a SDL library optimized for (more) modern x64 microprocessor architectures.
163163

@@ -240,7 +240,7 @@ Append with a version number to target a specific SDK revision: e.g. `iphoneos12
240240

241241
CMake documentation: [link](https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_SYSROOT.html)
242242

243-
#### Examples
243+
#### Apple Examples
244244

245245
- for macOS, building a dylib and/or static library for x86_64 and arm64:
246246

docs/README-emscripten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tools.
230230
mkdir build
231231
cd build
232232
emcmake cmake ..
233-
# you can also do `emcmake cmake -G Ninja ..` and then use `ninja` instead of this command.
233+
# you can also try `emcmake cmake -G Ninja ..` and then use `ninja` instead of this command.
234234
emmake make -j4
235235
```
236236

0 commit comments

Comments
 (0)