Also added example02 to doxygen-documentation.
This commit is contained in:
parent
bde8d11706
commit
a551516be2
@ -1,5 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
*/
|
||||
// This file is part of mastodon-cpp.
|
||||
// Get the last 4 local posts from the public timeline and display them.
|
||||
|
||||
// Don't compile this if the Easy-interface is turned off
|
||||
#ifndef WITHOUT_EASY
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
*/
|
||||
// This file is part of mastodon-cpp.
|
||||
// Listen to /api/v1/streaming/public and display the events.
|
||||
|
||||
// Don't compile this if the Easy-interface is turned off
|
||||
#ifndef WITHOUT_EASY
|
||||
|
@ -42,6 +42,7 @@ using std::uint8_t;
|
||||
|
||||
/*!
|
||||
* @example example01_get_public_timeline.cpp
|
||||
* @example example02_stream.cpp
|
||||
*/
|
||||
|
||||
namespace Mastodon
|
||||
|
Reference in New Issue
Block a user