Added short descriptions to the examples.
the build was successful Details

Also added example02 to doxygen-documentation.
This commit is contained in:
tastytea 2019-04-10 02:34:21 +02:00
parent bde8d11706
commit a551516be2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 5 additions and 4 deletions

View File

@ -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 // Don't compile this if the Easy-interface is turned off
#ifndef WITHOUT_EASY #ifndef WITHOUT_EASY

View File

@ -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 // Don't compile this if the Easy-interface is turned off
#ifndef WITHOUT_EASY #ifndef WITHOUT_EASY

View File

@ -42,6 +42,7 @@ using std::uint8_t;
/*! /*!
* @example example01_get_public_timeline.cpp * @example example01_get_public_timeline.cpp
* @example example02_stream.cpp
*/ */
namespace Mastodon namespace Mastodon