Skip to content

Commit 0775096

Browse files
committed
πŸ“ docs(readme): Update generate documentation section
1 parent 7f6926a commit 0775096

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ doxygen Doxyfile
8484
8585
# 2) Build Sphinx HTML
8686
cd ..
87-
sphinx-build -b html docs build/docs/html
88-
```
89-
90-
Open `build/docs/html/index.html` in your browser. -->
87+
sphinx-build -b html docs build/docs/html
88+
``` -->
9189

9290
## Run an Example Application
9391

β€Žinclude/libserial/serial.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void setWriteTimeout(unsigned int timeout);
213213
// void setNumberBits(NumBits num_bits);
214214
// void setParity(Parity parity);
215215
// void setStopBits(StopBits stop_bits);
216-
// void setTimeOut(int time);
216+
217217

218218
private:
219219
/**

0 commit comments

Comments
Β (0)