From 2796da1cef06bbe189dd31456d2a12013f823026 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Thu, 3 Dec 2015 16:28:38 +0000 Subject: [PATCH] README: correct execution instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4edf23..28f6fb4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GENERATE_HTML=NO GENERATE_LATEX=NO ``` -Then, execute `doxygen -w doxygen.conf` in your source directory. It will generate an `xml` directory with the files that doxy-coverage consumes. +Then, execute `doxygen doxygen.conf` in your source directory. It will generate an `xml` directory with the files that doxy-coverage consumes. Lastly, execute doxy-coverage with the path to the `xml` directory: