Create automated API documentation extraction tool #97
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build a tool to extract Python API documentation from C++ source code and generate formatted API reference documentation.
Affects: Documentation infrastructure
Depends on: Create inline C++ documentation system
Implementation Complete ✅
The automated API documentation extraction tool is now fully operational.
What Was Delivered
Enhanced Documentation Extraction:
tools/generate_dynamic_docs.pyenhanced with link transformation support<a href="guide.html">Tutorial</a><a href="https://docs.mcrogueface.com/guide">Tutorial</a>[Tutorial](docs/guide.md)See also: Tutorial (docs/guide.md)Documentation Pipeline:
dir(),getattr(),__doc__docs/api_reference_dynamic.htmlanddocs/API_REFERENCE_DYNAMIC.mdHTML Escaping:
Verification:
Dependencies Resolved
✅ Issue #92 (inline C++ documentation system) - COMPLETED
Integration with Existing Tools
tools/generate_stubs.py(type stub generation)./build/mcrogueface --headless --exec tools/generate_dynamic_docs.pyFuture Enhancements
Optional (not required for completion):
The core functionality is complete and proven working across Vector, Drawable, and all UI classes.