diff options
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> + * */ |