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

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

Addresses #436.

  • 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 1486 2008-09-09 21:17:19Z 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 this program; if not, write to the Free Software
23  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24  02111-1307, USA.
25*/
26
27/**
28   @mainpage @PACKAGE_STRING@
29
30   This is the documentation for the yat library.
31
32   The library is divided into several <a
33   href="namespaces.html">namespaces</a>. On the top there are links
34   to the documentation of the <a
35   href="annotated.html">classes</a>. You will find the non-member
36   operators and functions through the <a
37   href="namespacemembers.html">Namespace Members</a> link above.
38
39   <b>Future development</b><br>
40   We use trac as issue tracking system. Through the <a
41   href="http://dev.thep.lu.se/yat/">trac environment</a> you can
42   report bugs and suggest enhancements. Forthcoming releases are
43   scheduled in the <a
44   href="http://dev.thep.lu.se/yat/roadmap">roadmap</a> of the
45   project. Future development can be monitored through the list of <a
46   href="http://dev.thep.lu.se/yat/query">known issues</a>.
47
48
49
50*/
Note: See TracBrowser for help on using the repository browser.