From 66afc768ab6133e5a3d7a7e0d53f5f1df40d4052 Mon Sep 17 00:00:00 2001 From: Daniele Pallastrelli Date: Fri, 26 Jan 2018 10:18:33 +0100 Subject: [PATCH] Bump version to 0.2 --- ChangeLog | 2 +- Version | 2 +- aricpp/arimodel.h | 6 ++++++ aricpp/client.h | 8 ++++++++ doc/Doxyfile | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3aefa3..9feeb7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -: +2018-01-26: Version 0.2.0 * Use boost library v. 1.66.0 or later (does not need separate beast library anymore) * Add GetVar in Channel diff --git a/Version b/Version index 1c057a5..0ea3a94 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -RC 0.2.0 +0.2.0 diff --git a/aricpp/arimodel.h b/aricpp/arimodel.h index b0a1c8f..37fde70 100644 --- a/aricpp/arimodel.h +++ b/aricpp/arimodel.h @@ -44,6 +44,12 @@ namespace aricpp { +/** + * @brief Provides the telephony object model on top of a asterisk connection. + * + * This class provides methods to create channels (class Channel) and + * register handlers for stasis and channel events. + */ class AriModel { public: diff --git a/aricpp/client.h b/aricpp/client.h index a6e0519..5af5e42 100644 --- a/aricpp/client.h +++ b/aricpp/client.h @@ -47,6 +47,14 @@ namespace aricpp { +/** + * @brief Client of a ARI connection. + * + * This class can connect to the ARI interface of a asterisk box, + * and can be used to send and receive raw messages to it. + * You can use a high-level interface by instantiating an object + * of class AriModel that use the Client object. + */ class Client { public: diff --git a/doc/Doxyfile b/doc/Doxyfile index ed8335e..942d0b2 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = aricpp # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.1 +PROJECT_NUMBER = 0.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a