LazyDoc.Example (LazyDoc v0.5.0)

Documentation for LazyDoc.

This module is an example of autogenerated docs by the task provided.

Summary

Functions

Parameters

  • None

Description

Outputs "Hello world" to the console.

Parameters

  • None

Description

Returns the atom :world

Parameters

  • n - An integer value used to determine the output string.

Description

Returns a string indicating the identity of the integer passed as an argument.

Parameters

  • n - an integer input that determines the output string.

Description

Generates a string representation based on the provided integer.

Functions

func_without_doc()

Parameters

  • None

Description

Outputs "Hello world" to the console.

Returns

None

hello()

Parameters

  • None

Description

Returns the atom :world

Returns

The atom :world

my_func(n)

Parameters

  • n - An integer value used to determine the output string.

Description

Returns a string indicating the identity of the integer passed as an argument.

Returns

A string representation of the input integer.

my_func_2(n)

Parameters

  • n - an integer input that determines the output string.

Description

Generates a string representation based on the provided integer.

Returns

A string indicating the corresponding description of the input integer.