updated documentation
This commit is contained in:
parent
88e2846e83
commit
4f66554271
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.7)
|
||||
project (mastodon-cpp
|
||||
VERSION 0.7.20
|
||||
VERSION 0.7.21
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
2
Doxyfile
2
Doxyfile
@ -1,7 +1,7 @@
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = "mastodon-cpp"
|
||||
PROJECT_NUMBER = 0.0.0
|
||||
INPUT = README.md src/ src/easy/
|
||||
INPUT = README.md src/ src/api/ src/easy/
|
||||
USE_MDFILE_AS_MAINPAGE = README.md
|
||||
CREATE_SUBDIRS = NO
|
||||
ALLOW_UNICODE_NAMES = YES
|
||||
|
@ -136,6 +136,9 @@ public:
|
||||
static const std::vector<stream_event>
|
||||
parse_stream(const std::string &streamdata);
|
||||
|
||||
/*!
|
||||
* @brief Base class for all entities.
|
||||
*/
|
||||
class Entity
|
||||
{
|
||||
public:
|
||||
|
@ -38,8 +38,9 @@
|
||||
* @example example10_simplify.cpp
|
||||
* @example example11_post_media.cpp
|
||||
* @example example12_easy_laststatus.cpp
|
||||
* @example example13_easy_laststatus.cpp
|
||||
* @example example13_easy_stream.cpp
|
||||
*/
|
||||
|
||||
namespace Mastodon
|
||||
{
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user