DOC-fix: two example-descriptions were not a subpage of the examples page

This commit is contained in:
jkriege2 2019-11-18 16:09:22 +01:00
parent b3550c1302
commit bc1afa7815

View File

@ -120,10 +120,10 @@ All test-projects are Qt-projects that use qmake to build. You can load them int
<td> \subpage JKQTPlotterImagePlotRGBOpenCV
<td> `JKQTPColumnRGBMathImage` <br> image data copied from OpenCV cv::Mat-structure into three columns of the internal datastore <br> inverted coordinate axes
<tr><td> \image html imageplot_cimg_small.png
<td> \subpage JKQTPlotterImagePlotcimg
<td> \subpage JKQTPlotterImagePlotCImg
<td> `JKQTPColumnMathImage` <br> image data copied from CImg datastructure into a single column of the internal datastore
<tr><td> \image html rgbimageplot_cimg_small.png
<td> \subpage JKQTPlotterImagePlotRGBcimg
<td> \subpage JKQTPlotterImagePlotRGBCImg
<td> `JKQTPColumnRGBMathImage` <br> image data copied from CImg datastructure into three columns of the internal datastore <br> inverted coordinate axes
<tr><td> \image html contourplot_small.png
<td> \subpage JKQTPlotterContourPlot