We are a development team and we need to document our code. Each developer works on a piece of code that can be called a module. We need documentation that has this specification.
- It should be easy to implement and use.
- Each developer documents their work, and when another developer needs to know about a module, he / she should not ask the original developer for documentation. He / she should be able to find the document himself.
- We should be able to search all the documentation.
Do you have any suggestion for this?
source
share