Skip to content

Commit 27bd58c

Browse files
committed
fix the issue with the docs of api functions
1 parent a27b5c0 commit 27bd58c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/api_reference/c_api_index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ Functions
211211

212212
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::c_api_isSpeciesReferenceCurveSegmentCubicBezier(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
213213

214-
.. doxygenfunction:: LIBSBMLNETWORK_EXTERN int c_api_convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
214+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::c_api_convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
215215

216-
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE:int c_api_convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
216+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE:c_api_convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
217217

218218
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::c_api_getSpeciesReferenceCurveSegmentStartPointX(SBMLDocument* document, const char* reactionId, int reactionGlyphIndex = 0, int speciesReferenceIndex = 0, int curveSegmentIndex = 0, int layoutIndex = 0)
219219

docs/api_reference/cpp_api_index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@ Layout Functions
340340

341341
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::isSpeciesReferenceCurveSegmentCubicBezier(SBMLDocument* document, unsigned int layoutIndex, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
342342

343-
.. doxygenfunction:: LIBSBMLNETWORK_EXTERN int convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
343+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
344344

345-
.. doxygenfunction:: LIBSBMLNETWORK_EXTERN int convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, unsigned int layoutIndex, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
345+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::convertSpeciesReferenceCurveSegmentToLine(SBMLDocument* document, unsigned int layoutIndex, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
346346

347-
.. doxygenfunction:: LIBSBMLNETWORK_EXTERN int convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
347+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
348348

349-
.. doxygenfunction:: LIBSBMLNETWORK_EXTERN int convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, unsigned int layoutIndex, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
349+
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::convertSpeciesReferenceCurveSegmentToCubicBezier(SBMLDocument* document, unsigned int layoutIndex, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
350350

351351
.. doxygenfunction:: LIBSBMLNETWORK_CPP_NAMESPACE::getSpeciesReferenceCurveSegmentStartPointX(SBMLDocument* document, const std::string& reactionId, unsigned int reactionGlyphIndex = 0, unsigned int speciesReferenceIndex = 0, unsigned int curveSegmentIndex = 0)
352352

0 commit comments

Comments
 (0)