diff options
author | tastytea | 2020-01-06 10:02:59 +0100 |
---|---|---|
committer | tastytea | 2020-01-06 10:02:59 +0100 |
commit | cda40d193f31ee3f9cda02cb05fce792d5744c2a (patch) | |
tree | bda6ba385cf8b00441c0710a1e97495000fc904a /include | |
parent | 5d6ad60d3bfefe42e102b52fecebd9c2fb873350 (diff) | |
download | mastodonpp-cda40d193f31ee3f9cda02cb05fce792d5744c2a.tar mastodonpp-cda40d193f31ee3f9cda02cb05fce792d5744c2a.tar.gz mastodonpp-cda40d193f31ee3f9cda02cb05fce792d5744c2a.zip |
Add doxygen-reference to example.
Diffstat (limited to 'include')
-rw-r--r-- | include/mastodonpp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index 70d9bdc..d247e8f 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -72,6 +72,8 @@ * Any unrecoverable libcurl error will be thrown as a * mastodonpp::CURLException. Network errors will **not** be thrown, but * reported via the return value. + * + * @example example01_instance_info.cpp */ /*! |