Skip to content
Snippets Groups Projects
Commit 16fe51d2 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: change in comments.

parent 32789ce8
No related branches found
No related tags found
No related merge requests found
...@@ -712,7 +712,7 @@ private: ...@@ -712,7 +712,7 @@ private:
itk::ProcessObject::Pointer m_ProgressSource; itk::ProcessObject::Pointer m_ProgressSource;
std::string m_ProgressSourceDescription; std::string m_ProgressSourceDescription;
/** Long name of the application (thatcan be displayed...) */ /** Long name of the application (that can be displayed...) */
std::string m_DocName; std::string m_DocName;
/** Long and precise application description . */ /** Long and precise application description . */
std::string m_DocLongDescription; std::string m_DocLongDescription;
...@@ -720,11 +720,11 @@ private: ...@@ -720,11 +720,11 @@ private:
DocExampleStructure::Pointer m_DocExample; DocExampleStructure::Pointer m_DocExample;
/** Author List. Format : "John Doe, Winnie the Pooh".*/ /** Author List. Format : "John Doe, Winnie the Pooh".*/
std::string m_DocAuthors; std::string m_DocAuthors;
/** Known limitations (threading, unvalid pixel type ...) or bugs */ /** Known limitations (threading, invalid pixel type ...) or bugs */
std::string m_DocLimitations; std::string m_DocLimitations;
/** Related applications */ /** Related applications */
std::string m_DocSeeAlso; std::string m_DocSeeAlso;
/** Tags that define the applcation (ex : segmentation, OBIA).*/ /** Tags that define the application (ex : segmentation, OBIA).*/
std::vector<std::string> m_DocTags; std::vector<std::string> m_DocTags;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment