Development Documentation

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?

+3
source share
2 answers

. Java JavaScript API, Java Javadocs. , .

+4

, ..

wiki ( PmWiki) ?

+1

Source: https://habr.com/ru/post/1783069/


All Articles