From 4f6ee1f77d430d709964f6bc31520869ab8517e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu>
Date: Thu, 30 May 2019 12:43:22 +0200
Subject: [PATCH] Update documentation

---
 R/mix.R          | 2 +-
 man/attch.Rd     | 3 ---
 man/mb.do.Rd     | 3 ---
 man/mb.v.Rd      | 3 ---
 man/single.sw.Rd | 2 +-
 man/v.Rd         | 3 ---
 6 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/R/mix.R b/R/mix.R
index 50444d7..304d551 100644
--- a/R/mix.R
+++ b/R/mix.R
@@ -67,7 +67,7 @@ gen_comp_list<-function(src_fn,dest_fn) {
     length(nms)
 }
 
-##'
+##' Runs a compound mixture workflow on a single mzML file.
 ##' 
 ##' @title RMassBank Spectral Workflow on a Single Compound Mixture
 ##' @param fn_data A mzML data file.
diff --git a/man/attch.Rd b/man/attch.Rd
index 3d437d3..d752dbd 100644
--- a/man/attch.Rd
+++ b/man/attch.Rd
@@ -15,9 +15,6 @@ Pasted string.
 \description{
 Paste with no separator.
 }
-\details{
-.. content for \details{} ..
-}
 \author{
 Todor Kondić
 }
diff --git a/man/mb.do.Rd b/man/mb.do.Rd
index 156a33b..a1e5883 100644
--- a/man/mb.do.Rd
+++ b/man/mb.do.Rd
@@ -19,9 +19,6 @@ Perform the Mass Bank workflow on the prepared mbWorkspace
 objects. FOR THE RECORD: writing documentation is boring. Anyway,
 record results in the info subfolder of each data subdir.
 }
-\details{
-.. content for \details{} ..
-}
 \author{
 Todor Kondić
 }
diff --git a/man/mb.v.Rd b/man/mb.v.Rd
index 544d759..1673af4 100644
--- a/man/mb.v.Rd
+++ b/man/mb.v.Rd
@@ -20,9 +20,6 @@ from the input mb sequence.
 \description{
 Interface to vectorised Mass Bank workflow.
 }
-\details{
-.. content for \details{} ..
-}
 \author{
 Todor Kondić
 }
diff --git a/man/single.sw.Rd b/man/single.sw.Rd
index d9974f9..2f192c9 100644
--- a/man/single.sw.Rd
+++ b/man/single.sw.Rd
@@ -31,7 +31,7 @@ workflow execution.}
 MsmsWorkspace object.
 }
 \description{
-RMassBank Spectral Workflow on a Single Compound Mixture
+Runs a compound mixture workflow on a single mzML file.
 }
 \author{
 Todor Kondić
diff --git a/man/v.Rd b/man/v.Rd
index e97acfc..e7a38b3 100644
--- a/man/v.Rd
+++ b/man/v.Rd
@@ -30,9 +30,6 @@ from data filenames.
 \description{
 Interface to vectorised spectral workflow.
 }
-\details{
-.. content for \details{} ..
-}
 \author{
 Todor Kondić
 }
-- 
GitLab