fix dox warnings
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 30 Aug 2007 14:42:38 +0200
changeset 1402 b7a9dd908866
parent 1401 96a21130865c
child 1403 0286b806eee1
fix dox warnings
src/core/composite-trace-resolver.h
src/core/trace-source.h
--- a/src/core/composite-trace-resolver.h	Thu Aug 30 14:35:44 2007 +0200
+++ b/src/core/composite-trace-resolver.h	Thu Aug 30 14:42:38 2007 +0200
@@ -95,7 +95,7 @@
   /**
    * \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.
--- a/src/core/trace-source.h	Thu Aug 30 14:35:44 2007 +0200
+++ b/src/core/trace-source.h	Thu Aug 30 14:42:38 2007 +0200
@@ -36,7 +36,7 @@
   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;