diff options
author | tastytea | 2020-01-08 22:29:01 +0100 |
---|---|---|
committer | tastytea | 2020-01-08 22:29:01 +0100 |
commit | 1f9ddf353c54d85a34b8be4e47804b32afafcad8 (patch) | |
tree | e047b346669c67e2a36d836535fe3b4f2cda71fa /include | |
parent | f401f9d1b2375504c866b1ab23819f02c9a93191 (diff) | |
download | mastodonpp-1f9ddf353c54d85a34b8be4e47804b32afafcad8.tar mastodonpp-1f9ddf353c54d85a34b8be4e47804b32afafcad8.tar.gz mastodonpp-1f9ddf353c54d85a34b8be4e47804b32afafcad8.zip |
Add streaming example to reference.
Diffstat (limited to 'include')
-rw-r--r-- | include/mastodonpp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index eecac21..fec3ecf 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -89,6 +89,7 @@ * are not thread safe. * * @example example01_instance_info.cpp + * @example example02_streaming.cpp */ /*! |