Doxygen is a documentation generator that extracts comments from source code and generates documentation in various formats. This post shows how to use it in Docker.
Tag: graphviz
Graphviz dot command not found
EDIT: we now have a docker-based Doxygen tutorial so you don’t have to install anything on your machine check it out below. Recently I was trying to run doxygen on a new machine and got this error : sh: dot: command not found After some googling I realized I was missing graphviz dot, so a… Continue reading Graphviz dot command not found