ENH: Catch-all pattern in doc/Doxygen/filter.py.in for apps
[freefoam.git] / etc / gtagsrc
blob52b016bade2e2899dc4aeed1dc84ef0dc0ac39cd
1 #------------------------------------------------------------------------------
2 # =========                 |
3 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
4 #  \\    /   O peration     |
5 #   \\  /    A nd           | Copyright (C) 1991-2010 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
13 #     the Free Software Foundation, either version 3 of the License, or
14 #     (at your 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, see <http://www.gnu.org/licenses/>.
24 # Canfiguration file
25 #     gtagsrc
27 # Description
28 #     Configuration file for gtags(1).
30 #------------------------------------------------------------------------------
31 default:\
32         :tc=gtags:tc=htags:
33 #------------------------------------------------------------------------------
34 # Configuration for gtags(1)
35 # See gtags(1).
36 #------------------------------------------------------------------------------
37 common:\
38         :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/:\
39         :langmap=c\:.c.h,yacc\:.y,asm\:.s.S,java\:.java,cpp\:.c++.cc.cpp.cxx.hxx.hpp.C.H,php\:.php.php3.phtml:
40 gtags:\
41         :tc=common:\
42         :GTAGS=gtags-parser %s:\
43         :GRTAGS=gtags-parser -r %s:\
44         :GSYMS=gtags-parser -s %s:\
45         :skip=lnInclude/,tutorials/,wmake/,doc/,lib/,etc/:
47 #------------------------------------------------------------------------------
48 # Configuration for htags(1)
49 #------------------------------------------------------------------------------
50 htags:\
51         :body_begin=<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>:body_end=</body>:\
52         :table_begin=<table>:table_end=</table>:\
53         :title_begin=<h1><font color='#cc0000'>:title_end=</font></h1>:\
54         :comment_begin=<i><font color='green'>:comment_end=</font></i>:\
55         :sharp_begin=<font color='darkred'>:sharp_end=</font>:\
56         :brace_begin=<font color='red'>:brace_end=</font>:\
57         :warned_line_begin=<span style='background-color\:yellow'>:warned_line_end=</span>:\
58         :reserved_begin=<b>:reserved_end=</b>:script_alias=/cgi-bin/:\
59         :ncol#4:tabs#8:normal_suffix=html:gzipped_suffix=ghtml:\
60         :definition_header=no:
62 #------------------------------------------------------------------------------