diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-05-31 16:35:48 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-06-01 15:59:59 -0300 |
commit | 188b2fa39199dcd5e55221550c68ae6377f513b9 (patch) | |
tree | 26776c65fb18b80760ecb406da06c01f9d4a9b8a | |
parent | 624531e6262e707e57c11d1585f13f1dd8c2a4ca (diff) |
examples.dox: Add protocols example.
-rw-r--r-- | TelepathyQt4/examples.dox | 35 | ||||
-rw-r--r-- | TelepathyQt4/main.dox | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/TelepathyQt4/examples.dox b/TelepathyQt4/examples.dox index 31f9daf3..9ce5793d 100644 --- a/TelepathyQt4/examples.dox +++ b/TelepathyQt4/examples.dox @@ -55,6 +55,41 @@ */ /** + * \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 * * \li \subpage roster_example_main 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 |