Hi,
I am working on product which is essentially procedural (C) code in OOPs body (C++) resulting in hard to understand architecture. As I dig through the code, I want to document my understanding in simplified notation. To give an example I would like to document a given function in following format
Function
- Library
- Module
- Component
- Description
- Function Attribute
Function Attribute
Message Handler
*Message_Name : Message*
Creator Function
Access Function
I would like the method to a. be simple to use and b. allow me to the format easily
I have earlier read UML, but generally find it inconvenient to use for my purpose. Is it possible to accomplish this?
Regards,
PS. I have thought of documenting functions as stereotypes in UML. Is it crazy?