1
0
EQ2Emu/docs/code/index.md
2025-05-06 09:54:48 -04:00

18 lines
661 B
Markdown

# EQ2Emu Codebase Overview
This documentation provides a structured overview of the EQ2Emu server code base, separated by major modules.
## Modules
- [LoginServer](LoginServer_Index.md)
- [Common](Common_Index.md)
- [WorldServer](WorldServer_Index.md)
Each module index links to all related source/header files in that module.
### Usage for LLM or Wiki:
- Use module markdown files to understand the structure of login, world, and common functionality.
- Each file markdown lists classes, functions, and notable comments.
- This structure is ready for ingestion into markdown-based vector databases, Wiki.js, GitBook or JSONL conversion for LLM training.