|
From: <mh...@us...> - 2014-09-30 01:33:22
|
Revision: 21169
http://sourceforge.net/p/sbml/code/21169
Author: mhucka
Date: 2014-09-30 01:33:19 +0000 (Tue, 30 Sep 2014)
Log Message:
-----------
More trivial formatting.
Modified Paths:
--------------
trunk/libsbml/src/sbml/SBase.h
Modified: trunk/libsbml/src/sbml/SBase.h
===================================================================
--- trunk/libsbml/src/sbml/SBase.h 2014-09-30 01:30:01 UTC (rev 21168)
+++ trunk/libsbml/src/sbml/SBase.h 2014-09-30 01:33:19 UTC (rev 21169)
@@ -3210,10 +3210,10 @@
* Gets the namespace URI to which this element belongs to.
*
* For example, all elements that belong to SBML Level 3 Version 1 Core
- * must would have the URI @c "http://www.sbml.org/sbml/level3/version1/core";
+ * must would have the URI <code>"http://www.sbml.org/sbml/level3/version1/core"</code>;
* all elements that belong to Layout Extension Version 1 for SBML Level 3
* Version 1 Core must would have the URI
- * @c "http://www.sbml.org/sbml/level3/version1/layout/version1/".
+ * @c <code>"http://www.sbml.org/sbml/level3/version1/layout/version1"</code>.
*
* This function first returns the URI for this element by looking into the
* SBMLNamespaces object of the document with the its package name. If not
@@ -3533,10 +3533,10 @@
/**
* Sets the XML namespace to which this element belongs to.
* For example, all elements that belong to SBML Level 3 Version 1 Core
- * must set the namespace to "http://www.sbml.org/sbml/level3/version1/core";
+ * must set the namespace to <code>"http://www.sbml.org/sbml/level3/version1/core"</code>;
* all elements that belong to Layout Extension Version 1 for SBML Level 3
* Version 1 Core must set the namespace to
- * "http://www.sbml.org/sbml/level3/version1/layout/version1/"
+ * <code>"http://www.sbml.org/sbml/level3/version1/layout/version1"</code>.
*
* @return integer value indicating success/failure of the
* function. @if clike The value is drawn from the
@@ -3926,7 +3926,7 @@
* this structure.
*
* @return the value of the "sboTerm" attribute as a string of the form
- * http://identifiers.org/biomodels.sbo/SBO:NNNNNNN, or @c NULL if the value is not set.
+ * <code>http://identifiers.org/biomodels.sbo/SBO:NNNNNNN</code>, or @c NULL if the value is not set.
*
* @memberof SBase_t
*/
@@ -4810,7 +4810,7 @@
*
* @param sb the structure to query
* @param resource string representing the resource; e.g.,
- * "http://www.geneontology.org/#GO:0005892"
+ * <code>"http://www.geneontology.org/#GO:0005892"</code>.
*
* @return the BiolQualifierType_t associated with the resource
*
@@ -4827,7 +4827,7 @@
*
* @param sb the structure to query
* @param resource string representing the resource; e.g.,
- * "http://www.geneontology.org/#GO:0005892"
+ * <code>"http://www.geneontology.org/#GO:0005892"</code>.
*
* @return the ModelQualifierType_t associated with the resource
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|