Doxygen documentation: cuda submodules reorganized
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Thu, 20 Nov 2014 15:10:59 +0000 (18:10 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Mon, 1 Dec 2014 12:47:13 +0000 (15:47 +0300)
doc/Doxyfile.in
modules/core/include/opencv2/core/cuda.hpp
modules/cuda/include/opencv2/cuda.hpp

index b275937..dd1edd6 100644 (file)
@@ -119,7 +119,7 @@ REFERENCES_LINK_SOURCE = YES
 SOURCE_TOOLTIPS        = YES
 USE_HTAGS              = NO
 VERBATIM_HEADERS       = NO
-ALPHABETICAL_INDEX     = NO
+ALPHABETICAL_INDEX     = YES
 COLS_IN_ALPHA_INDEX    = 5
 IGNORE_PREFIX          =
 GENERATE_HTML          = YES
index 218ebd8..5564807 100644 (file)
 #include "opencv2/core.hpp"
 #include "opencv2/core/cuda_types.hpp"
 
-/**
-  @addtogroup cuda
-  @{
-    @defgroup cuda_init Initalization and Information
-    @defgroup cuda_struct Data Structures
-    @defgroup cuda_calib3d Camera Calibration and 3D Reconstruction
-  @}
- */
-
 namespace cv { namespace cuda {
 
 //! @addtogroup cuda_struct
index 1937987..67d4fdd 100644 (file)
@@ -53,6 +53,9 @@
 @defgroup cuda CUDA-accelerated Computer Vision
     @ref cuda_intro "Introduction page"
     @{
+        @defgroup cuda_init Initalization and Information
+        @defgroup cuda_struct Data Structures
+        @defgroup cuda_calib3d Camera Calibration and 3D Reconstruction
         @defgroup cuda_objdetect Object Detection
     @}