Function Index

List of functions in TrialDocs module

TrialDocs.domathMethod.
domath(x::Number)

Return x + 5.

source
TrialDocs.helloMethod.
hello(who::String)

Return "Hello, who".

source

test_args(args...)

Description

Testing to see if I can create documentation from a different folder

Arguments

  • args...: (arbitrary as long as it works with println).

Return

  • Nothing

Additional details

source

testargskw(args..., keyword = "keyword")

Description

Testing to see if I can create documentation from a different folder

Arguments

  • args...: (arbitrary as long as it works with println).

Keyword Arguments

  • keyword: default = "keyword"

Return

  • Nothing

Additional details

Just another test

source