DocumentFunction.jl

DocumentFunction.jl provides tools for documenting Julia functions.

DocumentFunction.jl produces automated outputs about function methods, arguments and keywords in the function documentation text.

DocumentFunction.jl generated text is accessible in REPL and by Documenter.jl.

DocumentFunction.jl module functions:

DocumentFunction.documentfunctionFunction

Create function documentation

Arguments:

  • f: function to be documented

Keywords:

  • maintext: function description
  • argtext: dictionary with text for each argument
  • keytext: dictionary with text for each keyword
  • location: show/hide function location on the disk