From c58cd371e6b4c9ba16dcb01abc58a6985ed2b3b1 Mon Sep 17 00:00:00 2001 From: hasenradball Date: Wed, 4 Dec 2024 09:31:19 +0100 Subject: [PATCH] add link to doxygen site --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2728b..a901c2e 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ sudo apt install texlive-full ``` ## Usage -To build the documentation you have to use the following comand on the commandline +To build the documentation you have to use the following comand on the commandline: ``` doxygen Doxyfile @@ -254,6 +254,8 @@ make ``` After that you will find the **refman.pdf** in the `doxygen/latex` folder. +[See also the doxygen site](https://www.doxygen.nl/manual/index.html) + Have fun. ## Future