source: trunk/doc/first_page.doxygen @ 823

Last change on this file since 823 was 807, checked in by Peter, 17 years ago

Ok, no comments from enyone so I assume it is ok to remove the list of authors in doxygen first page. Fixes #183

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1// $Id: first_page.doxygen 807 2007-03-15 18:24:17Z peter $
2
3/*
4  Copyright (C) The authors contributing to this file.
5
6  This file is part of the yat library, http://lev.thep.lu.se/trac/yat
7
8  The yat library is free software; you can redistribute it and/or
9  modify it under the terms of the GNU General Public License as
10  published by the Free Software Foundation; either version 2 of the
11  License, or (at your option) any later version.
12
13  The yat library is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  General Public License for more details.
17
18  You should have received a copy of the GNU General Public License
19  along with this program; if not, write to the Free Software
20  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21  02111-1307, USA.
22*/
23
24/**
25   @mainpage
26
27   This is the documentation for the yat library.
28
29   The library is divided into several <a
30   href="namespaces.html">namespaces</a>. On the top there are links
31   to the documentation of the <a
32   href="annotated.html">classes</a>. You will find the non-member
33   operators and functions through the <a
34   href="namespacemembers.html">Namespace Members</a> link above.
35
36   There is a document on the weighted statistics included in the
37   package with underlying theory and more detailed motivations [ <a
38   href="Statistics/index.html">html</a> | <a
39   href="Statistics/Statistics.pdf">pdf</a> ].
40   
41   <dl compact><dt><b>Future development</b></dt>
42   <dd>
43   We use trac as issue tracking system. Through the <a
44   href="http://lev.thep.lu.se/trac/yat/">trac environment</a> you can
45   report bugs and suggest enhancements. Forthcoming releases are
46   scheduled in the <a
47   href="http://lev.thep.lu.se/trac/yat/roadmap">roadmap</a> of the
48   project. Future development can be monitored through the list of <a
49   href="http://lev.thep.lu.se/trac/yat/query">known issues</a>.
50   </dl>
51
52
53*/
Note: See TracBrowser for help on using the repository browser.