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 | 0efe3414cb7b55fd26fd2ba34910f8bae86ad8e1 (patch) | |
tree | aa24860ce2c66dc013b7fe820cf09c9f61123783 /cpp/docs/api | |
parent | 1092537c6c2ea34ece216a0400bf9cfc1fb2981e (diff) | |
download | qpid-python-0efe3414cb7b55fd26fd2ba34910f8bae86ad8e1.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/qpid@980449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/doxygen_developer_mainpage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/docs/api/doxygen_developer_mainpage.h b/cpp/docs/api/doxygen_developer_mainpage.h index dc393725f5..107b72260b 100644 --- a/cpp/docs/api/doxygen_developer_mainpage.h +++ b/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> + * */ |