Skip to content
Snippets Groups Projects
Commit 7675e328 authored by yanmorin's avatar yanmorin
Browse files

Documentation generation (remove copyright as doxygen brief summary)
doygen Doxyfile
parent f21092e5
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ class EventThread; ...@@ -29,7 +29,8 @@ class EventThread;
class SIPCall; class SIPCall;
/** /**
@author Yan Morin <yan.morin@gmail.com> * Specific VoIPLink for SIP (SIP core for incoming and outcoming events)
* @author Yan Morin <yan.morin@gmail.com>
*/ */
class SIPVoIPLink : public VoIPLink class SIPVoIPLink : public VoIPLink
{ {
......
...@@ -31,6 +31,9 @@ class AudioCodec; ...@@ -31,6 +31,9 @@ class AudioCodec;
typedef std::map<CallID, Call*> CallMap; typedef std::map<CallID, Call*> CallMap;
/**
* Listener and manager interface for each VoIP protocol
*/
class VoIPLink { class VoIPLink {
public: public:
VoIPLink(const AccountID& accountID); VoIPLink(const AccountID& accountID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment