Iris - A GUI library to visualize function call paths of your codebase

Hello everyone, just want to share a quick update here. Iris v0.1.4 supports umbrella projects and the bugs reported here in the forum are resolved. :smiley:

Additionally, I would like some feedback on an idea. How would you like to have a construct that allows writing documentation for private functions and shows it in Iris UI?

Currently we have @moduledoc and @doc constructs that allow writing documentation and displaying it through ex_doc. I keep writing comments to document private functions in my module and I believe having a designated construct for this would make it much simpler with the added bonus of displaying in Iris UI.

Let me know what you think!

1 Like