Message ID | 20200320215451.GA26437@kaaira-HP-Pavilion-Notebook |
---|---|
State | Accepted |
Commit | cb78b9e4c744a7bb67aca3150c0fb82f8925ff62 |
Headers | show |
Series |
|
Related | show |
Hi Kaaira, Thank you for the patch. In the subject line, s/remove/Remove/ On Sat, Mar 21, 2020 at 03:24:51AM +0530, Kaaira Gupta wrote: > There is a todo written in the deoxyden documentation of device_enmerator s/deoxyden/doxygen/ s/device_enmerator/device_enumerator/ > which is already completed, hence remove it from the documentation. > > Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> and pushed to master. Please record this in your contributions. > --- > src/libcamera/device_enumerator.cpp | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp > index 64cdc13..89ed67e 100644 > --- a/src/libcamera/device_enumerator.cpp > +++ b/src/libcamera/device_enumerator.cpp > @@ -33,8 +33,6 @@ > * > * The enumerator supports searching among enumerated devices based on criteria > * expressed in a DeviceMatch object. > - * > - * \todo Add sysfs based device enumerator. > */ > > namespace libcamera {
diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp index 64cdc13..89ed67e 100644 --- a/src/libcamera/device_enumerator.cpp +++ b/src/libcamera/device_enumerator.cpp @@ -33,8 +33,6 @@ * * The enumerator supports searching among enumerated devices based on criteria * expressed in a DeviceMatch object. - * - * \todo Add sysfs based device enumerator. */ namespace libcamera {
There is a todo written in the deoxyden documentation of device_enmerator which is already completed, hence remove it from the documentation. Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in> --- src/libcamera/device_enumerator.cpp | 2 -- 1 file changed, 2 deletions(-)