From 0182df107e23aaaf60e428ec4006d05afff20f83 Mon Sep 17 00:00:00 2001
From: "Habil, Ardalan (arhab001)" <ardalan.habil@uni-duesseldorf.de>
Date: Thu, 1 Dec 2016 14:27:03 +0100
Subject: [PATCH] man bug usage

---
 man/getSBMLmodNotes.Rd | 88 +++++++++++++++++++++---------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

diff --git a/man/getSBMLmodNotes.Rd b/man/getSBMLmodNotes.Rd
index d5843ca..005e8cf 100644
--- a/man/getSBMLmodNotes.Rd
+++ b/man/getSBMLmodNotes.Rd
@@ -1,44 +1,44 @@
-\name{getSBMLmodNotes}
-\alias{getSBMLmodNotes}
-
-\title{
-  Get Model Note
-}
-
-\description{
-  Retrieve model notes of a SBML model
-}
-
-\usage{
-  getSBMLmodName(sbmlm)
-}
-
-\arguments{
-  \item{sbmlm}{
-    An object of class \code{\linkS4class{sbmlPtr}} as returned by
-    \code{\link{getSBMLmodel}}. This is basically a pointer to a SBML model.
-  }
-}
-
-\value{
-  A single character string containing the model notes of the SBML model.
-}
-
-\references{
-  Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008)
-  LibSBML: An API Library for SBML. \emph{Bioinformatics} \bold{24},
-  880--881.
-}
-
-\author{
-  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
-
-  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
-}
-
-
-\seealso{
-  \code{\link{getSBMLmodel}}, \code{\linkS4class{sbmlPtr}}
-}
-
-\keyword{ IO }
+\name{getSBMLmodNotes}
+\alias{getSBMLmodNotes}
+
+\title{
+  Get Model Note
+}
+
+\description{
+  Retrieve model notes of a SBML model
+}
+
+\usage{
+  getSBMLmodNotes(sbmlm)
+}
+
+\arguments{
+  \item{sbmlm}{
+    An object of class \code{\linkS4class{sbmlPtr}} as returned by
+    \code{\link{getSBMLmodel}}. This is basically a pointer to a SBML model.
+  }
+}
+
+\value{
+  A single character string containing the model notes of the SBML model.
+}
+
+\references{
+  Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008)
+  LibSBML: An API Library for SBML. \emph{Bioinformatics} \bold{24},
+  880--881.
+}
+
+\author{
+  Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
+
+  Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
+}
+
+
+\seealso{
+  \code{\link{getSBMLmodel}}, \code{\linkS4class{sbmlPtr}}
+}
+
+\keyword{ IO }
\ No newline at end of file
-- 
GitLab