source: trunk/doc/first_page.doxygen.in @ 1511

Last change on this file since 1511 was 1487, checked in by Jari Häkkinen, 15 years ago

Addresses #436. GPL license copy reference should also be updated.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1// @configure_input@
2// $Id: first_page.doxygen.in 1487 2008-09-10 08:41:36Z jari $
3
4/*
5  Copyright (C) 2003, 2004 Jari Häkkinen
6  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
7  Copyright (C) 2008 Peter Johansson
8
9  This file is part of the yat library, http://dev.thep.lu.se/yat
10
11  The yat library is free software; you can redistribute it and/or
12  modify it under the terms of the GNU General Public License as
13  published by the Free Software Foundation; either version 3 of the
14  License, or (at your option) any later version.
15
16  The yat library is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  General Public License for more details.
20
21  You should have received a copy of the GNU General Public License
22  along with yat. If not, see <http://www.gnu.org/licenses/>.
23*/
24
25/**
26   @mainpage @PACKAGE_STRING@
27
28   This is the documentation for the yat library.
29
30   The library is divided into several <a
31   href="namespaces.html">namespaces</a>. On the top there are links
32   to the documentation of the <a
33   href="annotated.html">classes</a>. You will find the non-member
34   operators and functions through the <a
35   href="namespacemembers.html">Namespace Members</a> link above.
36
37   <b>Future development</b><br>
38   We use trac as issue tracking system. Through the <a
39   href="http://dev.thep.lu.se/yat/">trac environment</a> you can
40   report bugs and suggest enhancements. Forthcoming releases are
41   scheduled in the <a
42   href="http://dev.thep.lu.se/yat/roadmap">roadmap</a> of the
43   project. Future development can be monitored through the list of <a
44   href="http://dev.thep.lu.se/yat/query">known issues</a>.
45
46
47
48*/
Note: See TracBrowser for help on using the repository browser.