LazyDoc.Example (LazyDoc v0.6.2)
View SourceDocumentation for LazyDoc
.
This module is an example of autogenerated docs by the task provided.
Summary
Functions
Returns a message indicating a greeting.
Returns the atom :world.
Returns a description based on the input value.
Returns the string representation of the input number.
Functions
Returns a message indicating a greeting.
Parameters
- None
Description
Executes a print statement to display "Hello world".
Returns the atom :world.
Parameters
- None
Description
Returns a predefined atom value.
Returns a description based on the input value.
Parameters
- n - The input number to be described.
Description
Generates a string representation of the input number.
Returns the string representation of the input number.
Parameters
- n - an integer value.
Description
Returns a string indicating the value of n.