Skip to content

Commit 886b1f3

Browse files
committed
Moved dnn module documentation and tutorials links higher in the lists
1 parent bdb6b45 commit 886b1f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(HAVE_DOC_GENERATOR)
2424
endforeach()
2525
ocv_list_sort(BASE_MODULES)
2626
ocv_list_sort(EXTRA_MODULES)
27-
set(FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect ml flann photo stitching)
27+
set(FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect dnn ml flann photo stitching)
2828
list(REMOVE_ITEM BASE_MODULES ${FIXED_ORDER_MODULES})
2929
set(BASE_MODULES ${FIXED_ORDER_MODULES} ${BASE_MODULES})
3030
endif(HAVE_DOC_GENERATOR)

doc/tutorials/tutorials.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ As always, we would be happy to hear your comments and receive your contribution
5858
Ever wondered
5959
how your digital camera detects people's faces? Look here to find out!
6060

61+
- @subpage tutorial_table_of_content_dnn
62+
63+
These tutorials show how to use dnn module effectively.
64+
6165
- @subpage tutorial_table_of_content_ml
6266

6367
Use the powerful
@@ -85,7 +89,3 @@ As always, we would be happy to hear your comments and receive your contribution
8589
- @subpage tutorial_table_of_content_viz
8690

8791
These tutorials show how to use Viz module effectively.
88-
89-
- @subpage tutorial_table_of_content_dnn
90-
91-
These tutorials show how to use dnn module effectively.

0 commit comments

Comments
 (0)