Merge pull request #299 from RossBencina/RossBencina-README-patch-1

Fix doc and examples references in README.md
This commit is contained in:
Phil Burk 2020-09-24 09:55:49 -07:00 committed by GitHub
commit a63ed32b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ native format internally.
## Documentation:
* Documentation is available in "/doc/html/index.html"
* Also see "src/common/portaudio.h" for API spec.
* Also see http://www.portaudio.com/docs/
* And see the "test/" directory for many examples of usage. (we suggest "test/patest_saw.c" for an example)
* Documentation is available at http://www.portaudio.com/docs/
* Or at `/doc/html/index.html` after running Doxygen.
* Also see `src/common/portaudio.h` for the API spec.
* And see the `examples/` and `test/` directories for many examples of usage. (We suggest `examples/paex_saw.c` for an example.)
For information on compiling programs with PortAudio, please see the
tutorial at: