From f09e17c3c564e8310125a10c03397cbf473ff643 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 1 Jul 2020 18:03:10 +0200 Subject: Remove $Id$ tags, update URL's, and more - remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers. --- documentation/src/fluid.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/fluid.dox') diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox index 1978ce636..9d1e1fcc4 100644 --- a/documentation/src/fluid.dox +++ b/documentation/src/fluid.dox @@ -3,7 +3,7 @@ - \page fluid Programming with FLUID + \page fluid Programming with FLUID This chapter shows how to use the Fast Light User-Interface Designer ("FLUID") to create your GUIs. @@ -135,7 +135,7 @@ files: \code my_panels.h my_panels.cxx: my_panels.fl - fluid -c my_panels.fl + fluid -c my_panels.fl \endcode Most versions of make support rules that cause .fl @@ -144,7 +144,7 @@ files to be compiled: \code .SUFFIXES: .fl .cxx .h .fl.h .fl.cxx: - fluid -c $< + fluid -c $< \endcode If you use -- cgit v1.2.3