Jens-G opened a new pull request, #3524:
URL: https://github.com/apache/thrift/pull/3524

   Client: mmd
   
   Adds t_mmd_generator producing Mermaid classDiagram output from a Thrift IDL 
file. Renders natively on GitHub, GitLab, Confluence and similar platforms 
without external tooling.
   
   - All IDL constructs mapped: enum <<enumeration>>, struct, union, exception, 
typedef, service with method signatures
   - Service extends rendered as inheritance arrows (--|>)
   - Container generics use tilde syntax (list~T~, map~K,V~)
   - Optional :exceptions flag for dashed exception dependency arrows
   - -r flag aggregates all included programs into a single diagram
   - Constants omitted (no structural value in a type diagram)
   - Output in gen-mmd/<programname>.mmd
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to