initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / bin / tools / gtagsrc
blobce66e0c084a8188bf63b707880344ccc18813143
1 #------------------------------------------------------------------------------
2 # =========                 |
3 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
4 #  \\    /   O peration     |
5 #   \\  /    A nd           | Copyright (C) 1991-2009 OpenCFD Ltd.
6 #    \\/     M anipulation  |
7 #-------------------------------------------------------------------------------
8 # License
9 #     This file is part of OpenFOAM.
11 #     OpenFOAM is free software; you can redistribute it and/or modify it
12 #     under the terms of the GNU General Public License as published by the
13 #     Free Software Foundation; either version 2 of the License, or (at your
14 #     option) any later version.
16 #     OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17 #     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 #     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
19 #     for more details.
21 #     You should have received a copy of the GNU General Public License
22 #     along with OpenFOAM; if not, write to the Free Software Foundation,
23 #     Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 # Canfiguration file
26 #     gtagsrc
28 # Description
29 #     Configuration file for gtags(1).
31 #------------------------------------------------------------------------------
32 default:\
33         :tc=gtags:tc=htags:
34 #------------------------------------------------------------------------------
35 # Configuration for gtags(1)
36 # See gtags(1).
37 #------------------------------------------------------------------------------
38 common:\
39         :skip=GPATH,GTAGS,GRTAGS,GSYMS,HTML/,HTML.pub/,html/,tags,TAGS,ID,.ebrowse,.etags,.etagsDef,.etagsDec,y.tab.c,y.tab.h,.notfunction,cscope.out,cscope.po.out,cscope.in.out,.gdbinit,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,.svn/,.git/,.cvsrc,.cvsignore,.gitignore,.cvspass,.cvswrappers,.deps/,autom4te.cache/,.snprj/:\
40         :langmap=c\:.c.h,yacc\:.y,asm\:.s.S,java\:.java,cpp\:.c++.cc.cpp.cxx.hxx.hpp.C.H,php\:.php.php3.phtml:
41 gtags:\
42         :tc=common:\
43         :GTAGS=gtags-parser %s:\
44         :GRTAGS=gtags-parser -r %s:\
45         :GSYMS=gtags-parser -s %s:\
46         :skip=lnInclude/,tutorials/,wmake/,doc/,lib/,etc/:
48 #------------------------------------------------------------------------------
49 # Configuration for htags(1)
50 #------------------------------------------------------------------------------
51 htags:\
52         :body_begin=<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>:body_end=</body>:\
53         :table_begin=<table>:table_end=</table>:\
54         :title_begin=<h1><font color='#cc0000'>:title_end=</font></h1>:\
55         :comment_begin=<i><font color='green'>:comment_end=</font></i>:\
56         :sharp_begin=<font color='darkred'>:sharp_end=</font>:\
57         :brace_begin=<font color='red'>:brace_end=</font>:\
58         :warned_line_begin=<span style='background-color\:yellow'>:warned_line_end=</span>:\
59         :reserved_begin=<b>:reserved_end=</b>:script_alias=/cgi-bin/:\
60         :ncol#4:tabs#8:normal_suffix=html:gzipped_suffix=ghtml:\
61         :definition_header=no:
63 #------------------------------------------------------------------------------