From 188b2fa39199dcd5e55221550c68ae6377f513b9 Mon Sep 17 00:00:00 2001 From: "Andre Moreira Magalhaes (andrunko)" Date: Tue, 31 May 2011 16:35:48 -0300 Subject: examples.dox: Add protocols example. --- TelepathyQt4/examples.dox | 35 +++++++++++++++++++++++++++++++++++ TelepathyQt4/main.dox | 1 + 2 files changed, 36 insertions(+) diff --git a/TelepathyQt4/examples.dox b/TelepathyQt4/examples.dox index 31f9daf3..9ce5793d 100644 --- a/TelepathyQt4/examples.dox +++ b/TelepathyQt4/examples.dox @@ -54,6 +54,41 @@ * \include examples/accounts/main.cpp */ +/** + * \page protocols_example Protocols Example + * + * \li \subpage protocols_example_main + * \li \subpage protocols_example_cm_wrapper_cpp + * \li \subpage protocols_example_cm_wrapper_h + * \li \subpage protocols_example_protocols_cpp + * \li \subpage protocols_example_protocols_h + */ + +/** + * \page protocols_example_main protocols/main.cpp + * \include examples/protocols/main.cpp + */ + +/** + * \page protocols_example_cm_wrapper_cpp protocols/cm-wrapper.cpp + * \include examples/protocols/cm-wrapper.cpp + */ + +/** + * \page protocols_example_cm_wrapper_h protocols/cm-wrapper.h + * \include examples/protocols/cm-wrapper.h + */ + +/** + * \page protocols_example_protocols_cpp protocols/protocols.cpp + * \include examples/protocols/protocols.cpp + */ + +/** + * \page protocols_example_protocols_h protocols/protocols.h + * \include examples/protocols/protocols.h + */ + /** * \page roster_example Roster Example * diff --git a/TelepathyQt4/main.dox b/TelepathyQt4/main.dox index 72e95ca0..658d94d7 100644 --- a/TelepathyQt4/main.dox +++ b/TelepathyQt4/main.dox @@ -52,6 +52,7 @@ * programming practices. * * \li \subpage accounts_example + * \li \subpage protocols_example * \li \subpage roster_example * * \section developer_resources Further Information -- cgit v1.2.3