Conversation
… and VideoWriter docs
…oio_enums # Resolved Conflicts: # modules/videoio/include/opencv2/videoio.hpp
|
May be @StevenPuttemans or @alalek might help me to solve this PR because I'm not sure I'm on the right way. Point is that this PR was being in conflict with #6619 that has been merged later. So I've merged Itseez:master into PR:branch than solved the conflict with In addiction 1 error checked by build bot in any suggestions ? |
|
This is sporadic failure. Build has been restarted. |
|
Well done! Looks good to me. |
|
I suggest naming all enumerations to make it possible to refer them from corresponding function documentation. See documentation for cv::imread for example. |
|
@mshabunin I've this in my plan but I choose to make an atomic/simple PR as my 1st. If you want I can do this within this PR |
|
@PkLab , ok then, lets merge this PR first. |
|
@mshabunin Just opened a new issue #6746 about naming all enumerations |
|
👍 |
resolves: Documenting the
CAP_*enums invideoio.hppWhat does this PR change?
CAP_*enums have been converted in valid doxygen inline doc.copydocor auto linked (thanks to the fullname)CAP_FIREWIREandCAP_FIREWAREhave been switched in the list)