diff --git a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx index e713cda0a8d193fb7231dba8cdb5c7c850b26c28..d83410e452ae8825bd799cd3219379024502c43d 100644 --- a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx +++ b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx @@ -175,8 +175,9 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag(Tags::Segmentation); AddDocTag(Tags::Learning); + AddDocTag(Tags::Segmentation); + AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "Input image to classify."); AddParameter(ParameterType_OutputImage, "out", "Output Image"); diff --git a/Modules/Applications/AppClassification/app/otbSOMClassification.cxx b/Modules/Applications/AppClassification/app/otbSOMClassification.cxx index d7f90750fc158ea06ccab2de176fdca0290c1f46..64a288751037c38e20026396fb45b489f0ed3ba1 100644 --- a/Modules/Applications/AppClassification/app/otbSOMClassification.cxx +++ b/Modules/Applications/AppClassification/app/otbSOMClassification.cxx @@ -85,8 +85,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag(Tags::Learning); AddDocTag(Tags::Segmentation); - AddDocTag(Tags::Learning); AddParameter(ParameterType_InputImage, "in", "InputImage"); SetParameterDescription("in", "Input image to classify."); diff --git a/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx b/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx index 2359b00bb607bffa6255433f345a1588c952e26a..dd9c450359f24d17d5389bc2172f728ae25d0bc8 100644 --- a/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx +++ b/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx @@ -97,8 +97,8 @@ private: SetDocSeeAlso( "\"Kernel maximum autocorrelation factor and minimum noise fraction transformations,\" IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)"); - AddDocTag(Tags::DimensionReduction); AddDocTag(Tags::Filter); + AddDocTag(Tags::DimensionReduction); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to apply dimensionality reduction."); diff --git a/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx b/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx index 444749182f0b0c937d2e3a7ee6f36bd7df1c0097..b2a5d319961e072f219aa3be28531593f3ff6df0 100644 --- a/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx +++ b/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx @@ -70,8 +70,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("otb class"); -AddDocTag("Edge"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("Edge"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to compute the features on."); diff --git a/Modules/Applications/AppFiltering/app/otbDespeckle.cxx b/Modules/Applications/AppFiltering/app/otbDespeckle.cxx index 0fde206f26a6a2577acfb4fa32bf37dae162631b..79a62586c9fa84d658256001c2d36036ab92618f 100644 --- a/Modules/Applications/AppFiltering/app/otbDespeckle.cxx +++ b/Modules/Applications/AppFiltering/app/otbDespeckle.cxx @@ -63,8 +63,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag(Tags::SAR); AddDocTag(Tags::Filter); + AddDocTag(Tags::SAR); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "Input image."); diff --git a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx index 50c8c11dcaa5b2ccf27a0d123d2db9dcb0b3c08f..750dab500b013de237e0873ca42ee8829384dc2d 100644 --- a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx +++ b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx @@ -97,6 +97,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("VertexComponentAnalysis"); + AddDocTag("Miscellaneous"); AddDocTag(Tags::Hyperspectral); AddParameter(ParameterType_InputImage, "in", "Input Image Filename"); diff --git a/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx b/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx index cc729585ce5ae1ec0a16af75048f930f15f12973..8191f40f6242d61e8d90f86e775c0778e614b91b 100644 --- a/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx +++ b/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx @@ -56,6 +56,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag("Miscellaneous"); AddDocTag(Tags::Hyperspectral); AddDocTag(Tags::DimensionReduction); diff --git a/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx b/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx index d4968e35a4a331bb78ef6d169c39617bb91ca0ef..5be587709679b0ad3f70d7472b2c5a7a24244af6 100644 --- a/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx +++ b/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx @@ -265,10 +265,10 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("ImageSVMClassifier"); - AddDocTag("Utilities"); AddDocTag(Tags::Manip); AddDocTag(Tags::Meta); AddDocTag(Tags::Learning); + AddDocTag("Utilities"); // Build lut map diff --git a/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx b/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx index f08ac34ae20f07aa8847b34de459cf277746e158..37210b5790277f47898c442b2b0576048fe9c877 100644 --- a/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx +++ b/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx @@ -58,7 +58,9 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("BandMath application, ImageStatistics"); + AddDocTag("Miscellaneous"); AddDocTag("Statistics"); + AddDocTag(Tags::Manip); AddParameter(ParameterType_Group, "ref", "Reference image properties"); AddParameter(ParameterType_InputImage, "ref.in", "Reference image"); diff --git a/Modules/Applications/AppImageUtils/app/otbConvert.cxx b/Modules/Applications/AppImageUtils/app/otbConvert.cxx index 7f7d5651dc67b13dba29bed9d68bb99379c7e35a..c5ec7a20bc3a6fbd26880c2294a387024579640b 100644 --- a/Modules/Applications/AppImageUtils/app/otbConvert.cxx +++ b/Modules/Applications/AppImageUtils/app/otbConvert.cxx @@ -86,9 +86,10 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("Rescale"); + + AddDocTag(Tags::Manip); AddDocTag("Conversion"); AddDocTag("Image Dynamic"); - AddDocTag(Tags::Manip); AddParameter(ParameterType_InputImage, "in", "Input image"); SetParameterDescription("in", "Input image"); diff --git a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx index b036c0f8071f6775d29f0ed00c1d61923c8e29cf..3ea74d4b77ef14152cd76b37b4345f7f5a64497e 100644 --- a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx +++ b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx @@ -103,8 +103,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag("Utilities"); AddDocTag(Tags::Manip); + AddDocTag("Utilities"); AddParameter(ParameterType_InputImageList, "il", "Input images list"); SetParameterDescription("il", "The list of images on which you want to determine corresponding SRTM tiles."); diff --git a/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx b/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx index ba5231c409bc9e8f05fdda3caf5a8a5f6f122653..03d98cf42bb1fd1577fd65be9731192b35155d82 100644 --- a/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx +++ b/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx @@ -64,10 +64,11 @@ private: SetDocLongDescription("This application has two modes. The first allows building a mask of no-data pixels from the no-data flags read from the image file. The second allows updating the change the no-data value of an image (pixels value and metadata). This last mode also allows replacing NaN in images with a proper no-data value. To do so, one should activate the NaN is no-data option."); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); - SetDocSeeAlso("BanMath"); + SetDocSeeAlso("BandMath"); + + AddDocTag(Tags::Manip); AddDocTag("Conversion"); AddDocTag("Image Dynamic"); - AddDocTag(Tags::Manip); AddParameter(ParameterType_InputImage, "in", "Input image"); SetParameterDescription("in", "Input image"); diff --git a/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx b/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx index 4e7ce61476dd258c9a6e024504536165a7fddd82..9fd36595d32b18c24f100056df4b94997375edb4 100644 --- a/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx +++ b/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx @@ -67,8 +67,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag(Tags::Manip); AddDocTag("Conversion"); - AddDocTag(Tags::Manip); AddDocTag(Tags::Multi); AddDocTag("Util"); diff --git a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx index 35a860d0d4473d1962879d4bb9951ac36a229025..f616b678864604ba6c759d067ebe171cc580235b 100644 --- a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx +++ b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx @@ -55,6 +55,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag("Miscellaneous"); AddDocTag("Utilities"); AddDocTag("Coordinates"); AddDocTag("Raster"); diff --git a/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx b/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx index 0bb1633de361d4487fa1b0d834a6c512cc9f545e..aaa1143fb52239e13ece0aed69ab33829a49280a 100644 --- a/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx +++ b/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx @@ -57,8 +57,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag("Utilities"); AddDocTag(Tags::Manip); + AddDocTag("Utilities"); AddDocTag(Tags::Meta); AddParameter(ParameterType_InputImage, "in", "Input Image"); diff --git a/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx b/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx index 3c910f26e15995ebf50ba52d578572fa3791c709..3466d519131f521bc6fea30e7d30d2c66d1cf890 100644 --- a/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx +++ b/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx @@ -138,8 +138,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("otbVegetationIndicesFunctor, otbWaterIndicesFunctor and otbSoilIndicesFunctor classes"); - AddDocTag("Radiometric Indices"); AddDocTag(Tags::FeatureExtraction); + AddDocTag("Radiometric Indices"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "Input image"); diff --git a/Modules/Applications/AppKMZ/app/otbKmzExport.cxx b/Modules/Applications/AppKMZ/app/otbKmzExport.cxx index e4156451bc87c17692475e0111599ff8c0ad355f..c0cc931a5854eae60ff9b9f67eb67131f0235963 100644 --- a/Modules/Applications/AppKMZ/app/otbKmzExport.cxx +++ b/Modules/Applications/AppKMZ/app/otbKmzExport.cxx @@ -53,6 +53,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("Conversion"); + AddDocTag("Miscellaneous"); AddDocTag("KMZ"); AddDocTag("Export"); diff --git a/Modules/Applications/AppMathParser/app/otbBandMath.cxx b/Modules/Applications/AppMathParser/app/otbBandMath.cxx index 29e5f898c39539ee510b299c19eea558d8f64c48..f0dd4347c4405acb20871f329d1464a8c857085d 100644 --- a/Modules/Applications/AppMathParser/app/otbBandMath.cxx +++ b/Modules/Applications/AppMathParser/app/otbBandMath.cxx @@ -66,7 +66,7 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag("Util"); + AddDocTag("Miscellaneous"); AddParameter(ParameterType_InputImageList, "il", "Input image list"); SetParameterDescription("il", "Image list to perform computation on."); diff --git a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx index 91d8c872e769092d9ddadfb584da319304e304c7..19ef784627e25fa05532510984377a1705074f75 100644 --- a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx +++ b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx @@ -141,7 +141,7 @@ private: "Separating expressions by semi-colons (; ) will concatenate their results into a unique multiband output image. "); SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag("Util"); + AddDocTag("Miscellaneous"); AddParameter(ParameterType_InputImageList, "il", "Input image list"); SetParameterDescription("il", "Image list to perform computation on."); diff --git a/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx b/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx index e60b4bb8e90a5212e4fe37f6a34845bd1d404547..ad4c0c43e81f09fe5402d068c63e2125353c5fe0 100644 --- a/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx +++ b/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx @@ -64,8 +64,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("otbRadiometricMomentsImageFunction class"); -AddDocTag("Statistics"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("Statistics"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to compute the features on."); diff --git a/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx b/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx index 9e5e121d5fd1a92cfc369c571f4300ee2f6f5b57..eeddd79f264e58edbc7b860b721520f759dac56f 100644 --- a/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx +++ b/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx @@ -85,8 +85,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes"); -AddDocTag("MorphologicalOperations"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("MorphologicalOperations"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to be filtered."); diff --git a/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx b/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx index ae025a22becff71995aff75d945151f80fe55103..bb816fc0b3c5d35f90cd490db57d3d1113994d3c 100644 --- a/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx +++ b/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx @@ -85,8 +85,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("itkGrayscaleDilateImageFilter, itkGrayscaleErodeImageFilter, itkGrayscaleMorphologicalOpeningImageFilter and itkGrayscaleMorphologicalClosingImageFilter classes"); -AddDocTag("MorphologicalOperations"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("MorphologicalOperations"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to be filtered."); diff --git a/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx b/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx index 5dd1cdd05d63216aee50d9375bb5a01c31c397d0..718d79168034d56ea72abadfa55c8aead3f81e1c 100644 --- a/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx +++ b/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx @@ -59,8 +59,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag(Tags::Coordinates); AddDocTag(Tags::Geometry); + AddDocTag(Tags::Coordinates); AddParameter(ParameterType_Group, "carto", "Input cartographic coordinates"); AddParameter(ParameterType_Float, "carto.x", "X cartographic coordinates"); diff --git a/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx b/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx index e411fa356efded2277aa0a68015c988e456e5118..e31337346082e978c70673002df5074802f12500 100644 --- a/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx +++ b/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx @@ -61,6 +61,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag("Miscellaneous"); AddDocTag(Tags::Coordinates); AddParameter(ParameterType_Float, "lat", "Latitude"); diff --git a/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx b/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx index 6afc8e4f9bc8733c91073c01a9af928a5cd01138..f7ec69e7efcab2ef79c9b71065bf38df2c0e25ca 100644 --- a/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx +++ b/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx @@ -89,8 +89,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("Translation"); + AddDocTag(Tags::Geometry); AddDocTag("Conversion"); - AddDocTag(Tags::Geometry); AddParameter(ParameterType_InputImage, "in", "Input image"); SetParameterDescription("in","The input image to translate."); diff --git a/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx b/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx index 3b4cdde5d15d15b881fcc301ad9233c25bf02c3a..5b0992eb3447048001e3db37770b9e91518da0fd 100644 --- a/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx +++ b/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx @@ -75,8 +75,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag(Tags::Geometry); AddDocTag(Tags::Vector); + AddDocTag(Tags::Geometry); AddDocTag(Tags::Coordinates); // Set the parameters diff --git a/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx index 1c4e3073a7657abcd6bc73e0f45fc773d845308d..d6bf04c7cb804f08cb1da1a4d101b2526b9ff1c9 100644 --- a/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx @@ -76,8 +76,8 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag(Tags::Analysis); AddDocTag(Tags::Segmentation); + AddDocTag(Tags::Analysis); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The image to segment."); diff --git a/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx index fa14c6dc8209bb748c16f62e55c7eeaef716db9b..ee0f645a14cc9a958510d5afc28f9a17c5e05960 100644 --- a/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx @@ -76,8 +76,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("otbScalarImageToTexturesFilter, otbScalarImageToAdvancedTexturesFilter and otbScalarImageToHigherOrderTexturesFilter classes"); -AddDocTag("Textures"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("Textures"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to compute the features on."); diff --git a/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx index 3fe88a9897dfc0b58ab64b9d378be0a45397a926..a415efc6de4c6ae79b103f5815bde9e8a6f939b2 100644 --- a/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx @@ -67,8 +67,8 @@ SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("otbSFSTexturesImageFilter class"); -AddDocTag("Textures"); AddDocTag(Tags::FeatureExtraction); +AddDocTag("Textures"); AddParameter(ParameterType_InputImage, "in", "Input Image"); SetParameterDescription("in", "The input image to compute the features on."); diff --git a/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx b/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx index 3ff6ee10d1ec3047b183c11877000d4891aa63ae..c50b4bf44e4c91ca0429748a432699c68b801718 100644 --- a/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx @@ -58,7 +58,9 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso("Conversion"); + AddDocTag("Miscellaneous"); AddDocTag(Tags::Meta); + AddDocTag(Tags::Vector); AddParameter(ParameterType_OutputVectorData, "out", "Output vector data"); SetParameterDescription("out", "Generated output vector data path"); diff --git a/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx b/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx index 95e1ef3968fa18f09215ef0b1dccc9512d050627..44676f632befdd0bc4a43caef90fabac916f654a 100644 --- a/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx @@ -77,6 +77,7 @@ private: SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); + AddDocTag(Tags::Vector); AddDocTag(Tags::Vector); AddParameter(ParameterType_Group,"io","Input and output data");