From 37a1a43347bc1ecb492b13e2f06d80c16779c84f Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sun, 5 Dec 2021 21:51:32 +0100 Subject: [PATCH] Fix doxygen warning warning: reached end of file while inside a ~~~ block! --- gui/webdisplay/src/RWebDisplayHandle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/webdisplay/src/RWebDisplayHandle.cxx b/gui/webdisplay/src/RWebDisplayHandle.cxx index 44a544bb51..84ff7a6990 100644 --- a/gui/webdisplay/src/RWebDisplayHandle.cxx +++ b/gui/webdisplay/src/RWebDisplayHandle.cxx @@ -608,7 +608,7 @@ std::unique_ptr RWebDisplayHandle::Display(const RWebDisplayA /// Browser can specified when starting `root --web=firefox` /// Returns true when browser started /// It is convenience method, equivalent to: -/// ~~~ +/// ~~~ /// RWebDisplayArgs args; /// args.SetUrl(url); /// args.SetStandalone(false); -- 2.33.1