23 lines
668 B
Markdown
23 lines
668 B
Markdown
remove all navigation elements, and index
|
||
for each method, move the args as used in the methods to the method section so its easier to read
|
||
|
||
start of output file is:
|
||
|
||
# the name of the module
|
||
|
||
2-5 liner description
|
||
|
||
## factory
|
||
|
||
is there factory, which one and quick example how to call, don’t say in which file not relevant
|
||
show how to import the module is as follows: import freeflowuniverse.herolib.
|
||
and then starting from lib e.g. lib/clients/mycelium would result in import freeflowuniverse.herolib. clients.mycelium
|
||
|
||
## structs and methods
|
||
|
||
quick overview as list with identations, of the structs and its methods
|
||
|
||
|
||
ONLY OUTPUT THE MARKDOWN FILE, NOTHING ELSE
|
||
|