Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
cd51d575
Commit
cd51d575
authored
6 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: removed Convert from SetDocSeeAlso()
parent
b10f60c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx
+1
-1
1 addition, 1 deletion
...s/Applications/AppImageUtils/app/otbConcatenateImages.cxx
Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
+1
-1
1 addition, 1 deletion
Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
with
2 additions
and
2 deletions
Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx
+
1
−
1
View file @
cd51d575
...
...
@@ -66,7 +66,7 @@ private:
"and generates a single multi-channel image. The channel order is the same as the list."
);
SetDocLimitations
(
"All input images must have the same size."
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
"Rescale application, Convert, SplitImage"
);
SetDocSeeAlso
(
"Rescale application,
Dynamic
Convert, SplitImage"
);
AddDocTag
(
Tags
::
Manip
);
AddDocTag
(
"Concatenation"
);
...
...
This diff is collapsed.
Click to expand it.
Modules/Applications/AppImageUtils/app/otbDynamicConvert.cxx
+
1
−
1
View file @
cd51d575
...
...
@@ -111,7 +111,7 @@ private:
);
SetDocLimitations
(
"The application does not support complex pixel types as output."
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
"
Convert,
Rescale"
);
SetDocSeeAlso
(
"Rescale"
);
AddDocTag
(
Tags
::
Manip
);
AddDocTag
(
"Conversion"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment