diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-07-29 13:56:37 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-07-29 13:56:37 +0000 |
commit | 3ee5082e978606c8ec4e99c3d1cb662a856d3b7d (patch) | |
tree | 1fe7a2659af9755decca87ee77df011d005fe21b /qpid/cpp/docs/api | |
parent | a712ce81beff6b8d0807edffb8e3c1004165cddb (diff) | |
download | qpid-python-3ee5082e978606c8ec4e99c3d1cb662a856d3b7d.tar.gz |
Added sections for client and management starting points, currently TBD, in the hopes that someone will fill them in.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/doxygen_developer_mainpage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/cpp/docs/api/doxygen_developer_mainpage.h b/qpid/cpp/docs/api/doxygen_developer_mainpage.h index dc393725f5..107b72260b 100644 --- a/qpid/cpp/docs/api/doxygen_developer_mainpage.h +++ b/qpid/cpp/docs/api/doxygen_developer_mainpage.h @@ -24,6 +24,7 @@ /** \mainpage Qpid Developer Documentation * * <h2>Starting Points: Broker</h2> + * * * <p>Message flow generally starts from the following methods:</p> * @@ -53,6 +54,15 @@ * <li><p>Subclasses of Queue and Exchange</p></li> * </ul> * + * + * <h2>Starting Points: Client</h2> + * + * <p>TBD</p> + * + * <h2>Starting Points: Management</h2> + * + * <p>TBD</p> + * */ |