From 80d5c95f9394cb2df159922b538d27900fb377ad Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 7 Apr 2020 13:49:17 +0200 Subject: [PATCH] Fix XRC link in Hello World example Closes https://github.com/wxWidgets/wxWidgets/pull/1786 --- docs/doxygen/overviews/helloworld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/helloworld.h b/docs/doxygen/overviews/helloworld.h index a0530f0dbd..fa6dea6405 100644 --- a/docs/doxygen/overviews/helloworld.h +++ b/docs/doxygen/overviews/helloworld.h @@ -17,7 +17,7 @@ important concepts and explains how to write a working wxWidgets application. Note that this simple example creates the UI entirely from C++ code which is fine for a simple example, but more realistic examples will typically define -their UI at least partially in @c overview_xrc "XRC resource files". +their UI at least partially in @ref overview_xrc "XRC resource files". First, you have to include wxWidgets' header files, of course. This can be done on a file by file basis (such as @c wx/window.h) or using one global include