Documentation update
This commit is contained in:
parent
8222ff6da1
commit
23b09bbb50
@ -42,7 +42,9 @@ Install with `make install`.
|
||||
|
||||
# Usage
|
||||
|
||||
The HTML reference can be generated with `build_doc.sh`, if doxygen is installed. Or just look in `src/mastodon-cpp.hpp`. There are examples in `src/examples/`.
|
||||
The HTML reference can be generated with `build_doc.sh`, if doxygen is installed.
|
||||
Or just look in `src/mastodon-cpp.hpp`. It is also available at [tastytea.github.io/mastodon-cpp/](https://tastytea.github.io/mastodon-cpp/docs/classMastodon_1_1API.html).
|
||||
There are examples in `src/examples/`.
|
||||
|
||||
## Most basic example
|
||||
|
||||
|
@ -69,8 +69,7 @@ public:
|
||||
/*!
|
||||
* @brief A list of all API calls.
|
||||
*
|
||||
* The original `/` are substituted by `_`. Currently only GET
|
||||
* requests.
|
||||
* The original `/` are substituted by `_`.
|
||||
*/
|
||||
enum class v1
|
||||
{
|
||||
|
Reference in New Issue
Block a user