eNeRGy164 / LivingDocumentation

Generate documentation based on your dotnet source code!
MIT License
54 stars 8 forks source link

Deserialized model elements should have a Parent property #33

Closed eNeRGy164 closed 2 years ago

eNeRGy164 commented 3 years ago

Currently it is only possible to navigate from the top down, but not back up.

During/after deserialization, objects like MethodDescription, Statement, etc. should have a Parent property to navigate up the tree.

This would reduce complexity when querying the tree.