Skip to the content.

ApirefGenOptions - janklab.mlxshake

janklab.mlxshake.ApirefGenOptions

Helptext

Options to control the behavior of the genapiref function.

This controls various aspects of GENAPIREF’s behavior.

See also: GENAPIREF

Class Contents

Properties

Property Description
format  
projectName  
doInternal  
showHidden  
helptextFormat  

Methods

Method Description
ApirefGenOptions Constructor.

Properties

format

Attributes: HasDefault

Default Value: "markdown"

Helptext:

No helptext available.

projectName

Attributes: HasDefault

Default Value: "Untitled Project"

Helptext:

No helptext available.

doInternal

Attributes: HasDefault

Default Value: false

Helptext:

No helptext available.

showHidden

Attributes: HasDefault

Default Value: false

Helptext:

No helptext available.

helptextFormat

Attributes: HasDefault

Default Value: "vanilla"

Helptext:

No helptext available.

Methods

ApirefGenOptions

Signature:

this = ApirefGenOptions(arg)

Helptext:

Construct a new object.

obj = janklab.mlxshake.ApirefGenOptions
obj = janklab.mlxshake.ApirefGenOptions(struct(...))
obj = janklab.mlxshake.ApirefGenOptions({'property',value, ...})

You may pass in a struct or cell vector of name/value pairs, where the names are any property on ApirefGenOptions. Names that are not properties of ApirefGenOptions cause an error.