Fill in some doxygen Todo's

ugfx_release_2.6
inmarket 2014-03-30 14:59:17 +10:00
parent 426c8a850f
commit 87bef5d0df
2 changed files with 5 additions and 5 deletions

View File

@ -85,11 +85,11 @@ extern "C" {
void gadc_lld_init(void); void gadc_lld_init(void);
/** /**
* @brief Return the number of samples per conversion * @brief Using the hardware dependant "physdev", return the number of samples for each conversion
* *
* @param[in] physdev The hardware dependent physical device descriptor * @param[in] physdev The hardware dependent physical device descriptor
* *
* @return ToDo * @return The number of samples per conversion
* *
* @api * @api
*/ */
@ -124,7 +124,7 @@ void gadc_lld_stop_timerI(void);
* @note This will only be called if the timer is currently running and the ADC should be ready for * @note This will only be called if the timer is currently running and the ADC should be ready for
* a new job. * a new job.
* *
* @param[in] pjob ToDo * @param[in] pjob The job to be started.
* *
* @api * @api
* @iclass * @iclass
@ -136,7 +136,7 @@ void gadc_lld_timerjobI(GadcTimerJob *pjob);
* *
* @note This will only be called if the ADC should be ready for a new job. * @note This will only be called if the ADC should be ready for a new job.
* *
* @param[in] pjob ToDo * @param[in] pjob The job to be started
* *
* @api * @api
* @iclass * @iclass

View File

@ -439,7 +439,7 @@ extern "C" {
* *
* @param[in] gh The window * @param[in] gh The window
* *
* @return ToDo * @return GWIN_NORMAL, GWIN_MAXIMIZE or GWIN_MINIMIZE
* *
* @api * @api
*/ */