From 471e30d85e0db85dafeb7331c32b753992cd4f7f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 30 Aug 2007 14:42:38 +0200 Subject: [PATCH] fix dox warnings --- src/core/composite-trace-resolver.h | 2 +- src/core/trace-source.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/composite-trace-resolver.h b/src/core/composite-trace-resolver.h index 2a96149ca..56886d739 100644 --- a/src/core/composite-trace-resolver.h +++ b/src/core/composite-trace-resolver.h @@ -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. diff --git a/src/core/trace-source.h b/src/core/trace-source.h index 9424b9086..2a90de2ee 100644 --- a/src/core/trace-source.h +++ b/src/core/trace-source.h @@ -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;