[libcamera-devel,0/3] Documentation cleanup
mbox series

Message ID 20210413122534.342138-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Documentation cleanup
Related show

Message

Kieran Bingham April 13, 2021, 12:25 p.m. UTC
During the recent IPU3 stability rework, I left out some required
documentation updates.

Update these to remove the doxygen warnings, but first moving the
IPAProxy ProxyState to be scoped to the class to improve the usability
and keep the documentation in the class as well.

Kieran Bingham (3):
  libcamera: ipa_proxy: Scope ProxyState to IPAProxy
  libcamera: ipa_proxy: Document ProxyState
  libcamera: pipeline_handler: Document requestSequence_

 include/libcamera/internal/ipa_proxy.h | 12 ++++++------
 src/libcamera/ipa_proxy.cpp            | 23 +++++++++++++++++++++++
 src/libcamera/pipeline_handler.cpp     | 11 +++++++++++
 3 files changed, 40 insertions(+), 6 deletions(-)