From 16774ddc4e000c89e560fde0ced8be9814ef041e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 8 Feb 2017 02:06:52 +0000 Subject: Rename test/help demo program to test/help_dialog. This change avoids a name conflict with CMake's auto-generated target 'help' for "Unix Makefiles", "Ninja", and supposedly other generators as well. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/examples.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/src/examples.dox') diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index 5105b7b1b..7961b0272 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -60,7 +60,7 @@ you build FLTK, unlike those in the 'test' directory shown below. \ref examples_hello - \ref examples_help + \ref examples_help_dialog \ref examples_iconize \ref examples_image \ref examples_inactive @@ -326,13 +326,13 @@ easily under FLTK. tiny demo shows how little is needed to get a functioning application running with FLTK. Quite impressive, I'd say. -\subsection examples_help help +\subsection examples_help_dialog help_dialog \par -\c help displays the built-in FLTK help browser. The +\c help_dialog displays the built-in FLTK help browser. The Fl_Help_Dialog understands a subset of html and renders various image formats. This widget makes it easy to provide help -pages to the user without depending on the operating system's +pages to the user without depending on the operating system's html browser. \subsection examples_iconize iconize -- cgit v1.2.3