Awali
Another Weighted Automata library
template-docfile.hh
Go to the documentation of this file.
1 // This file is part of Awali.
2 // Copyright 2016-2022 Sylvain Lombardy, Victor Marsault, Jacques Sakarovitch
3 //
4 // Awali is a free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
16 
17 
18 /*****************************************************************************
19  /!\ Beware, the string below is used as a source for generating a page in
20  Doxygen in a md.
21 
22  A preprocessing is done that escape any <, >, [, ] or backslash
23  that appears outside of a block of code.
24  This exclude lines starting with 4 spaces and strings between backquote
25  and the character > if it is the very first character of a line.
26 
27  This process will fail if there is an odd number of backquotes on any
28  given line ! Also backquotes are doubled for technical reasons,
29  so do not use double backquotes.
30 
31  Please duplicate this warning if you use this file as a template.
32 ******************************************************************************/
33 
34 #ifndef AWALI_COMMON_DOCSTRING_TEMPLATEDOCFILE_HH
35 #define AWALI_COMMON_DOCSTRING_TEMPLATEDOCFILE_HH
36 
38 
39 namespace awali { namespace docstring {
40 
42 /* Name: */ "",
43 /* Description: */ "",
44 /* Title: */ "",
45 /* Content: */
46 R"---doxytoken---(
47 
48 )---doxytoken---"
49 };
50 
51 }} //End of namespaces awali::docstring and awali
52 
53 
54 #endif
55 
static entry_t templatedocfile
Definition: template-docfile.hh:41
Definition: entry.hh:24
Main namespace of Awali.
Definition: ato.hh:22