Add doxygen documentation for context parameter in constructor.

This commit is contained in:
chris_kohlhoff 2005-09-28 22:06:52 +00:00
parent f3edea5418
commit 774c7c2f0a

View File

@ -80,6 +80,8 @@ public:
* object.
*
* @param arg The argument to be passed to initialise the underlying stream.
*
* @param context The SSL context to be used for the stream.
*/
template <typename Arg, typename Context_Service>
explicit stream(Arg& arg, basic_context<Context_Service>& context)