[Q&A] Documentation URL in answers ?
I'm totally agree with @StevenPuttemans and others in OpenCV 3.0 doxygen documentation still very counter intuitive
In the mean time, which URL for the documentation we have to use while answering ?
Example for cv::circle
old doc url (very nice and persistent)
http://docs.opencv.org/modules/core/doc/drawing_functions.html#circle
automatically redirected to 2.4.11 version (redirection is nice too)
http://docs.opencv.org/2.4.11/modules/core/doc/drawing_functions.html#circle
link to current 3.0.0 Doxygen
http://docs.opencv.org/3.0.0/d6/d6e/group__imgproc__draw.html#gaf10604b069374903dbd0f0488cb43670
current 3.0.0 Sphinx
http://docs.opencv.org/3.0-last-rst/modules/imgproc/doc/drawing_functions.html#circle
Referring to the example:
- Which URL we have to use in answers ? I suppose current master but...
- Will anchors like
#gaf10604b069374903dbd0f0488cb43670
survive in the future ? - What about future of path
/d6/d6e/group__imgproc__draw.html
for Drawing Functions ?
In any case I would suggest better URL facing... is this possible with Doxygen ?
http://docs.opencv.org/2.4/...
andhttp://docs.opencv.org/master/...
as they're the most frequently updated (http://docs.opencv.org/3.0.0/ last update on Jun 3 2015)Maybe we should have a wait and see how @mshabunin thinks about this? :)