We are a development team and we need to document our code. Each developer works on a part of the code which can be called as a module. We need a documentation that has this specification
- It should be easy to implement and use
- Each developer documents her/his own work and when another developer needs to know about any module, he/she shouldn't be obliged to ask the original developer about the documentation. He/she should be able to find the document by herself/himself.
- We should be able to search through entire documentation.
Have you any suggestion for this?