LazyDoc.Example (LazyDoc v0.4.1)

Documentation for LazyDoc.

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

Summary

Functions

Parameters

Hello world.

Parameters

Parameters

Functions

func_without_doc()

Parameters

None Description Outputs "Hello world" to the console.

Returns None

hello()

Hello world.

Examples

iex> LazyDoc.hello()
:world

my_func(n)

Parameters

n - an integer that can take different values. Description Returns a string representing the number.

Returns a string indicating the value of n, with specific responses for 1 and 2.

my_func_2(n)

Parameters

n - an integer input to the function. Description Returns a string representation of the input number.

Returns a string that indicates the value of n