Welcome to the official documentation for yaze, a comprehensive ROM editor for The Legend of Zelda: A Link to the Past.
z3ed)E4-emulator-development-guide.md)For Doxygen integration, this index can be enhanced with:
@mainpage directive to make this the main documentation page@defgroup to create logical groupings across files@tableofcontents for automatic TOC generation@page and @section usage@mainpage block to docs/index.md so generated HTML mirrors the manual structure.@defgroup (getting_started, building, graphics_gui, etc.) and attach individual docs using @page ... @ingroup.@subpage, @section, and @subsection when a document benefits from nested navigation.Doxyfile with USE_MDFILE_AS_MAINPAGE = docs/index.md, FILE_PATTERNS = *.md *.h *.cc, and EXTENSION_MAPPING = md=C++ to combine Markdown and source comments./** … */) so they are ignored by GitHub while remaining visible to the generator.Last updated: October 13, 2025 - Version 0.3.2