AnyDSL / MimIR

MimIR is my Intermediate Representation
https://anydsl.github.io/MimIR/
MIT License
46 stars 9 forks source link

docs improvements #199

Closed leissa closed 1 year ago

leissa commented 1 year ago

Using anonymous namespace instead of static. This way, Doxygen doesn't pollute the docs with helper functions and it's the preferred C++ way anyway.