Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header documentation of snpm_run_pp is not describing what the function does #35

Open
cmaumet opened this issue Mar 14, 2017 · 0 comments

Comments

@cmaumet
Copy link
Member

cmaumet commented Mar 14, 2017

Currently the header of snpm_run_pp is:

function out = snpm_run_pp(job)
% Example function that returns the sum of two numbers given in job.a and
% job.b in out. The output is referenced as out(1), this is defined in
% cfg_example_vout_add1.
%
% This code is part of a batch job configuration system for MATLAB. See 
%      help matlabbatch
% for a general overview.
%_______________________________________________________________________
% Copyright (C) 2007 Freiburg Brain Imaging

% Volkmar Glauche
% $Id: cfg_example_run_add1.m 1716 2008-05-23 08:18:45Z volkmar $

which should be replaced by a description of what the function does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant