Doxygen-generated C++ client docs show inconsistent #include strategy
---------------------------------------------------------------------
Key: QPID-2151
URL: https://issues.apache.org/jira/browse/QPID-2151
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.6
Reporter: Steve Huston
Fix For: 0.6
The doxygen-generated user docs for the C++ client are inconsistent about
documenting the way to #include headers. The start page examples show things
like:
#include <qpid/client/Connection.h>
but the page for the qpid::client::Connection class shows what to include to
use the class as:
#include <Connection.h>
My opinion is that the former method should be used (<qpid/client/Connection.h>)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]