4 /************************************************************************
5 ************************************************************************
7 Copyright (C) 2003-2004 GRAME, Centre National de Creation Musicale
8 ---------------------------------------------------------------------
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 ************************************************************************
23 ************************************************************************/
27 /*****************************************************************************
28 ******************************************************************************
30 K. Barkati & Y. Orlarey, (c) Grame 2009
31 ------------------------------------------------------------------------------
35 2009-07-19 : First version
37 ******************************************************************************
38 *****************************************************************************/
42 //#include "signals.hh"
48 /*****************************************************************************
49 ******************************************************************************
53 ******************************************************************************
54 *****************************************************************************/
59 /*****************************************************************************
60 Doc Types Creation & Test
61 *****************************************************************************/
63 Tree docTxt (const char*);
70 bool isDocTxt (Tree t);
71 bool isDocTxt (Tree t, const char**);
72 bool isDocEqn (Tree t, Tree& x);
73 bool isDocDgm (Tree t, Tree& x);
74 bool isDocNtc (Tree t);
75 bool isDocLst (Tree t);
76 bool isDocMtd (Tree t);
79 /*****************************************************************************
80 Printing Public Function
81 *****************************************************************************/
83 void printDoc(const char* projname, const char* docdev, const char* faustversion);