Skip to content

Commit

Permalink
remove commented docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Jun 26, 2024
1 parent 884a42a commit a16e4cf
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions src/docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
@doc """
$(TYPEDEF)
DA object representing a single polynomial. The default constructor (with no
arguments) creates an empty DA object representing the constant zero function.
DA object representing a single polynomial.
The default constructor (with no arguments) creates an empty DA object
representing the constant zero function.
""" DA

Expand All @@ -18,33 +20,3 @@ Create a DA object with the constant part equal to `c`.
Create a DA object as `c` times the independent variable number `i`.
""" DA(i::Integer, c::Number)

#@doc """
# init(ord::Integer, nvar::Integer)
#
#Initialize the DACE control arrays and set the maximum order and the maximum
#number of variables.
#
#Note: must be called before any other DA routine can be used!
#""" init(ord::Integer, nvar::Integer)
#
#@doc """
# getMaxOrder()
#
#Return the maximum order currently set for the computation, or zero if
#undefined.
#""" getMaxOrder()
#
#@doc """
# getMaxVariables()
#
#Return the maximum number of variables set for the computations, or zero if
#undefined.
#""" getMaxVariables()
#
#@doc """
# getMaxMonomials()
#
#Return the maximum number of monomials available with the order and number of
#variables specified, or zero if undefined.
#""" getMaxMonomials()

0 comments on commit a16e4cf

Please sign in to comment.