Documenting a policy based design
- by academicRobot
I'm re-working some prototype code into a policy based design in C++, and I'm wondering what the best practice is for documenting the design. My current plan is to document:
Policy hierarchy
Overview of each policy
Description of each type/value/function in each policy
I was thinking of putting this into a doxygen module, but this looks like…