Doc fixes.
[debian/gnuradio] / gcell / lib / runtime / gc_job_manager_impl.h
index 07dcabaf22eef04f6181497923d5b9d6a6b09dd5..a56117870b6df2f644bd30d67348ce9d77d71cdb 100644 (file)
@@ -248,10 +248,10 @@ public:
   /*!
    * \brief wait for 1 or more jobs to complete.
    *
-   * \param[input] njobs is the length of arrays \p jd and \p done.
-   * \param[input] jd are the jobs that are to be waited for.
-   * \param[output] done indicates whether the corresponding job is complete.
-   * \param[input] mode indicates whether to wait for ALL or ANY of the jobs
+   * \param[in] njobs is the length of arrays \p jd and \p done.
+   * \param[in] jd are the jobs that are to be waited for.
+   * \param[out] done indicates whether the corresponding job is complete.
+   * \param[in] mode indicates whether to wait for ALL or ANY of the jobs
    *   in \p jd to complete.
    *
    * A thread may only wait for jobs which it submitted.