docs(fix): add cross-links between C++ and Python implementation docs #165
Reference in New Issue
Block a user
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?
The existing architecture docs don't cross-reference the C++ and Python sides of the Origin system. Add links between: FileOrigin.h <-> silo_origin.py, FileOriginPython.h <-> Python origin interface contract, CommandOrigin.cpp <-> Silo command implementations, and OriginManager <-> FreeCADGui.addOrigin() registration path.