fix dox warnings

Mathieu Lacage 2007-08-30 14:42:38 +02:00
parent 3330ba77b1
commit 471e30d85e
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public:
/**
* \param name the name of the array
* \param begin an iterator which points to the first element of the array
* \param begin an iterator which points to the last element of the array
* \param end an iterator which points to the last element of the array
* \param index an object which can store the index of an element in the
* array. In practice, this object should support a constructor
* whose single argument is an array index.

View File

@ -36,7 +36,7 @@ public:
virtual ~TraceSource () {}
/**
* \param callback the callback to connect to this trace source
* \param the context associated to the input callback which should be passed
* \param context the context associated to the input callback which should be passed
* back to the user.
*/
virtual void AddCallback (CallbackBase const & callback, TraceContext const & context) = 0;