From 9bdaca41116301ea7d52e108f8d4f41a65ce8cc0 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 17 Feb 2021 17:12:19 +0200 Subject: [PATCH] add link to Doxygen commands in gendocs script [ci skip] Signed-off-by: Ivailo Monev --- scripts/gendocs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gendocs.py b/scripts/gendocs.py index 9cd58d5ff..cc941da29 100755 --- a/scripts/gendocs.py +++ b/scripts/gendocs.py @@ -1,5 +1,7 @@ #!/usr/bin/python +# https://www.doxygen.nl/manual/commands.html + import sys, os, shutil, subprocess cwd = os.path.dirname(__file__)