[Genabel-commits] r1707 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 28 11:57:18 CEST 2014
Author: lckarssen
Date: 2014-04-28 11:57:18 +0200 (Mon, 28 Apr 2014)
New Revision: 1707
Modified:
pkg/ProbABEL/src/command_line_settings.cpp
pkg/ProbABEL/src/command_line_settings.h
Log:
Added a tiny bit of Doxygen documentation to the cmdvars::setvariables() function in ProbABEL. Just enough to make a link in the phedata::setphedata() documentation.
Modified: pkg/ProbABEL/src/command_line_settings.cpp
===================================================================
--- pkg/ProbABEL/src/command_line_settings.cpp 2014-04-28 09:55:49 UTC (rev 1706)
+++ pkg/ProbABEL/src/command_line_settings.cpp 2014-04-28 09:57:18 UTC (rev 1707)
@@ -150,6 +150,12 @@
}
+/**
+ * Process the command line arguments and save them in a cmdvars object.
+ *
+ * @param argc Number of command line arguments
+ * @param argv Values of the command line arguments
+ */
void cmdvars::set_variables(int argc, char * argv[])
{
int next_option;
Modified: pkg/ProbABEL/src/command_line_settings.h
===================================================================
--- pkg/ProbABEL/src/command_line_settings.h 2014-04-28 09:55:49 UTC (rev 1706)
+++ pkg/ProbABEL/src/command_line_settings.h 2014-04-28 09:57:18 UTC (rev 1707)
@@ -3,8 +3,8 @@
*
* Created on: Apr 2; int 2012
* Author: mkooyman
-*
*
+ *
* Copyright (C) 2009--2014 Various members of the GenABEL team. See
* the SVN commit logs for more details.
*
More information about the Genabel-commits
mailing list