Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed May 27, 2017
1 parent be0e9e0 commit a1cacb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DocumentFunction.jl
Expand Up @@ -138,7 +138,7 @@ function getfunctionkeywords(f::Function, m::Vector{String})
end

@doc """
$(DocumentFunction.documentfunction(documentfunction;
$(DocumentFunction.documentfunction(documentfunction;
maintext="Create function documentation",
argtext=Dict("f"=>"Function to be documented"),
keytext=Dict("maintext"=>"Function description",
Expand All @@ -148,14 +148,14 @@ keytext=Dict("maintext"=>"Function description",
""" documentfunction

@doc """
$(DocumentFunction.documentfunction(getfunctionarguments;
$(DocumentFunction.documentfunction(getfunctionarguments;
maintext="Get function arguments",
argtext=Dict("f"=>"Function to be documented",
"m"=>"Function methods")))
""" getfunctionarguments

@doc """
$(DocumentFunction.documentfunction(getfunctionkeywords;
$(DocumentFunction.documentfunction(getfunctionkeywords;
maintext="Get function keywords",
argtext=Dict("f"=>"Function to be documented",
"m"=>"Function methods")))
Expand Down

0 comments on commit a1cacb8

Please sign in to comment.