mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
remove mac comment
This commit is contained in:
parent
2842f07b53
commit
b70b507c56
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ To manually build documentation, call the following command.
|
||||||
```bash
|
```bash
|
||||||
cmake -Hdocumentation -Bbuild/doc
|
cmake -Hdocumentation -Bbuild/doc
|
||||||
cmake --build build/doc --target GenerateDocs
|
cmake --build build/doc --target GenerateDocs
|
||||||
# view the docs (using `open` on Mac)
|
# view the docs
|
||||||
open build/doc/doxygen/html/index.html
|
open build/doc/doxygen/html/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue