docs: rename Documentation generation command to ALE (#353)

This commit is contained in:
sogladev
2026-01-09 22:26:50 +01:00
committed by GitHub
parent 4909b17ffa
commit 73a5c5d0b3

View File

@@ -14,7 +14,7 @@ This page guides you through generating the web documentation locally and explai
- [Jinja2](https://pypi.python.org/pypi/Jinja2)
- [typedecorator](https://pypi.python.org/pypi/typedecorator)
- [markdown](https://pypi.python.org/pypi/Markdown)
- Run in cmd `python -m ElunaDoc` when at `\LuaEngine\docs\`
- Run in cmd `python -m ALEDoc` when at `\LuaEngine\docs\`
# Documenting
You can document functions in the Eluna source code. To find examples simply open a method header file like `PlayerMethods.h` and see the comments.