From cba05800594f7eeab63617d5084b801c729d9e51 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 9 Dec 2020 15:41:40 +0100 Subject: [PATCH] Update Doc/Doxygen/README --- Doc/Doxygen/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/Doxygen/README.md b/Doc/Doxygen/README.md index 33122b51814..eb04b640117 100644 --- a/Doc/Doxygen/README.md +++ b/Doc/Doxygen/README.md @@ -2,7 +2,6 @@ We support different flavors of Doxygen documentation: - "user", the BornAgain user API - "long", full C++ source documentation for developers -- "dirgraphs", for analysing include dependences To build the documentation, ``` @@ -10,12 +9,13 @@ cd build # configure: cmake -DBORNAGAIN_CONFIGURE_DOXY=ON .. # make: -make doxyuser # other make targets are 'doxylong' etc, - # or 'doxy' to build all available flavors +make doxyuser +make doxylong +make doxy # to build both flavors ``` The configure step writes Doxyfiles to the directory `<build>/doxygen`. Do not edit these files. The make step writes the documentation to directories -`<build>/html/user` etc. +`<build>/html/user`, `<build>/html/long`. -- GitLab