From 74d6e813cadede719c5854b5fb2dacda24ad740f Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 1 Jun 2012 09:46:44 +0100 Subject: [PATCH] ENH: Added usage notes to header of foamTags script --- bin/foamTags | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/foamTags b/bin/foamTags index ce0e5b4af8..aca6e45bc3 100755 --- a/bin/foamTags +++ b/bin/foamTags @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -28,6 +28,13 @@ # Description # Build the tags files for all the .C and .H files # +# This script is designed for use with emacs +# +# For use, download/install 'exuberant ctags'. The executable for this +# package is called ctags, which conflicts with the 'standard' version +# of ctags found on most *nix systems. Rename the exuberant ctags +# executable to ectags. +# #------------------------------------------------------------------------------ if [ $# -ne 0 ]