Why not to use documentation generators

The Java programming language has a specification for code documentation called "JavaDoc". Many C and C++ programmers use tools such as Doxygen to automatically generate code documentation with inheritance- and callgraphs. These tools are often praised and are said to force programmers to write useful documentation. This is a document on why such tools are overrated and overused.

Overall, I do not think that documentation systems such as JavaDoc or Doxygen add to the value of code documentation. I have yet to see a library that I can call well-documented by means of JavaDoc.