From c8b5d83cc73d35876842457f97cc89d3358ef8e9 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Mon, 15 Jan 2018 10:43:30 -0500 Subject: [PATCH] mention tool/doxygen folder in tools section and refer to README file --- doc/src/Section_tools.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/src/Section_tools.txt b/doc/src/Section_tools.txt index d95c4f0cd4..9a1968762a 100644 --- a/doc/src/Section_tools.txt +++ b/doc/src/Section_tools.txt @@ -48,6 +48,7 @@ own sub-directories with their own Makefiles and/or README files. "chain"_#chain "colvars"_#colvars "createatoms"_#createatoms +"doxygen"_#doxygen "drude"_#drude "eam database"_#eamdb "eam generate"_#eamgn @@ -172,6 +173,18 @@ The tool is authored by Xiaowang Zhou (Sandia), xzhou at sandia.gov. :line +doxygen tool :h4,link(doxygen) + +The tools/doxygen directory contains a shell script called +doxygen.sh which can generate a call graph and API lists using +the Doxygen_http://doxygen.org software. + +See the included README file for details. + +The tool is authored by Nandor Tamaskovics, numericalfreedom at googlemail.com. + +:line + drude tool :h4,link(drude) The tools/drude directory contains a Python script called -- GitLab