Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
c013e6ad
Commit
c013e6ad
authored
Oct 08, 2015
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in doxygen doc
parent
c98d567e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
src/obidmscolumn_bool.h
src/obidmscolumn_bool.h
+3
-3
src/obidmscolumn_char.h
src/obidmscolumn_char.h
+3
-3
src/obidmscolumn_float.h
src/obidmscolumn_float.h
+3
-3
src/obidmscolumn_idx.h
src/obidmscolumn_idx.h
+3
-3
src/obidmscolumn_int.h
src/obidmscolumn_int.h
+3
-3
No files found.
src/obidmscolumn_bool.h
View file @
c013e6ad
...
...
@@ -32,8 +32,8 @@
* @param value The value that should be set.
*
* @returns An integer value indicating the success of the operation.
* @retval
ue
0 on success.
* @retval
ue
-1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
@@ -71,7 +71,7 @@ obibool_t obi_column_get_obibool_with_elt_idx(OBIDMS_column_p column, size_t lin
*
* @returns An integer value indicating the success of the operation.
* @retval 0 on success.
* @retval
ue
-1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
src/obidmscolumn_char.h
View file @
c013e6ad
...
...
@@ -32,8 +32,8 @@
* @param value The value that should be set.
*
* @returns An integer value indicating the success of the operation.
* @retval
ue
0 on success.
* @retval
ue
-1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
@@ -71,7 +71,7 @@ obichar_t obi_column_get_obichar_with_elt_idx(OBIDMS_column_p column, size_t lin
*
* @returns An integer value indicating the success of the operation.
* @retval 0 on success.
* @retval
ue
-1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
src/obidmscolumn_float.h
View file @
c013e6ad
...
...
@@ -32,8 +32,8 @@
* @param value The value that should be set.
*
* @returns An integer value indicating the success of the operation.
* @retval
ue
0 on success.
* @retval
ue
-1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
@@ -71,7 +71,7 @@ obifloat_t obi_column_get_obifloat_with_elt_idx(OBIDMS_column_p column, size_t l
*
* @returns An integer value indicating the success of the operation.
* @retval 0 on success.
* @retval
ue
-1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
src/obidmscolumn_idx.h
View file @
c013e6ad
...
...
@@ -32,8 +32,8 @@
* @param value The value that should be set.
*
* @returns An integer value indicating the success of the operation.
* @retval
ue
0 on success.
* @retval
ue
-1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
@@ -71,7 +71,7 @@ obiidx_t obi_column_get_obiidx_with_elt_idx(OBIDMS_column_p column, size_t line_
*
* @returns An integer value indicating the success of the operation.
* @retval 0 on success.
* @retval
ue
-1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
src/obidmscolumn_int.h
View file @
c013e6ad
...
...
@@ -32,8 +32,8 @@
* @param value The value that should be set.
*
* @returns An integer value indicating the success of the operation.
* @retval
ue
0 on success.
* @retval
ue
-1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
@@ -71,7 +71,7 @@ obiint_t obi_column_get_obiint_with_elt_idx(OBIDMS_column_p column, size_t line_
*
* @returns An integer value indicating the success of the operation.
* @retval 0 on success.
* @retval
ue
-1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment