diff options
author | eb | 2009-05-22 21:22:22 +0000 |
---|---|---|
committer | eb | 2009-05-22 21:22:22 +0000 |
commit | 5a4b9ba9af590b2a269cb3e5872c85faa7c284d1 (patch) | |
tree | 2049863d006e7bf3265d16975f8a784ef7ad1407 /gcell/lib/runtime/gc_job_manager_impl.h | |
parent | c6935bf1775ae73edf525376b79aeafc05f673b1 (diff) | |
download | gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.gz gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.tar.bz2 gnuradio-5a4b9ba9af590b2a269cb3e5872c85faa7c284d1.zip |
Doc fixes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell/lib/runtime/gc_job_manager_impl.h')
-rw-r--r-- | gcell/lib/runtime/gc_job_manager_impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcell/lib/runtime/gc_job_manager_impl.h b/gcell/lib/runtime/gc_job_manager_impl.h index 07dcabaf2..a56117870 100644 --- a/gcell/lib/runtime/gc_job_manager_impl.h +++ b/gcell/lib/runtime/gc_job_manager_impl.h @@ -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. |