From e228cd33bd5f0b4bb702cc7f58894a708a5a562f Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 17 Mar 2010 06:03:05 +0000 Subject: Initial checkin of a temporary place for external code documentation. Feel free to impose new structure here as we figure out what it should be. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924171 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/src/DispatchHandle.odg | Bin 0 -> 12481 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 qpid/cpp/docs/src/DispatchHandle.odg (limited to 'qpid/cpp/docs/src') diff --git a/qpid/cpp/docs/src/DispatchHandle.odg b/qpid/cpp/docs/src/DispatchHandle.odg new file mode 100644 index 0000000000..c08b3a4e1a Binary files /dev/null and b/qpid/cpp/docs/src/DispatchHandle.odg differ -- cgit v1.2.1 From 6a8cdc380d7d26ef4b2b86a304f422f51e99a7d4 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 17 Mar 2010 06:34:08 +0000 Subject: initial checkin of CONTENTS file -- explanation of purpose of this directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924173 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/src/CONTENTS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qpid/cpp/docs/src/CONTENTS (limited to 'qpid/cpp/docs/src') diff --git a/qpid/cpp/docs/src/CONTENTS b/qpid/cpp/docs/src/CONTENTS new file mode 100644 index 0000000000..b7a9d411ac --- /dev/null +++ b/qpid/cpp/docs/src/CONTENTS @@ -0,0 +1,12 @@ +This directory contains documentation about the C++ source +that is expressed in formats that does not fit comfortably +within C++ source files. + +As with all documentation, including comments, it may become +outmoded with respect to the code. + +If you find external code doco useful in your work -- if it +helps you save some time -- please return some of that time +in the form of effort to keep the documentation updated. + + -- cgit v1.2.1