doc warnings fixed

This commit is contained in:
2020-06-23 17:32:56 +02:00
parent cd677e4d97
commit ba7f54744b
17 changed files with 59 additions and 72 deletions

View File

@ -62,13 +62,13 @@ class DataStreamer : private virtual slsDetectorDefs, public ThreadObject {
/**
* Set number of detectors
* @param number of detectors in both dimensions
* @param nd number of detectors in both dimensions
*/
void SetNumberofDetectors(int *nd);
/**
* Set Flipped data enable across x dimension
* @param flipped data enable in x dimension
* @param fd data enable in x dimension
*/
void SetFlippedDataX(int fd);
@ -121,7 +121,7 @@ class DataStreamer : private virtual slsDetectorDefs, public ThreadObject {
/**
* Process an image popped from fifo,
* write to file if fw enabled & update parameters
* @param buffer
* @param buf address of pointer
*/
void ProcessAnImage(char *buf);