summaryrefslogtreecommitdiff
path: root/cpp/docs/api/developer.doxygen.in
Commit message (Collapse)AuthorAgeFilesLines
* Predefine QMFE_EXTERN so it doesn't show up in generated output; resolves ↵Stephen D. Huston2011-05-141-1/+1
| | | | | | QPID-3258 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1103089 13f79535-47bb-0310-9956-ffa450edef68
* Add PREDEFINED items so that QPID_MESSAGING_EXTERN and QMF_EXTERN do not ↵Stephen D. Huston2010-11-161-1/+1
| | | | | | show up in generated class documentation. Resolves QPID-2948. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1035509 13f79535-47bb-0310-9956-ffa450edef68
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-311-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029521 13f79535-47bb-0310-9956-ffa450edef68
* Turned off GraphvizJonathan Robie2010-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980466 13f79535-47bb-0310-9956-ffa450edef68
* Added overview page, designed to list starting points for developers.Jonathan Robie2010-07-291-1/+2
| | | | | | | Currently lists starting points for the broker. Need similar sections for client, management, etc. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980429 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@798291 13f79535-47bb-0310-9956-ffa450edef68
* Fix include paths for doxygen generated API doc.Alan Conway2009-07-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795947 13f79535-47bb-0310-9956-ffa450edef68
* Changes to build DLLs instead of static libs on Windows; primarily added ↵Stephen D. Huston2009-03-121-3/+3
| | | | | | decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68
* Housecleaning - removed Session_099 filter, removed jrobie path from ↵Jonathan Robie2008-11-171-1/+1
| | | | | | developer.doxygen.in git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718294 13f79535-47bb-0310-9956-ffa450edef68
* Modified user.doxygen.in to incorporate main page documentation.Jonathan Robie2008-11-171-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718278 13f79535-47bb-0310-9956-ffa450edef68
* * docs/api/*: Fixed API doc generation to work with VPATH builds.Alan Conway2007-04-101-0/+1241
* src/Makefile.am: - Added missing .h files in distribution. * src & tests Makefile.am: - Made generated .mk fragments maintaner-clean, not distclean, otherwise distclean followed by a VPATH build fails. * cpp/src/tests/quick_topictest: cat error log on failure. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527325 13f79535-47bb-0310-9956-ffa450edef68