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

Last change on this file since 1438 was 1438, checked in by Peter, 15 years ago

Added title on main page (first_page.doxygen). Set the title to
PACKAGE_STRING, so utilizing config.status to set the title. Removed
VERSION in doxygen.config to avoid repeating the version number.

I think this solves the initial issue.

refs #424

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
RevLine 
[1438]1// @configure_input@
[44]2// $Id: first_page.doxygen.in 1438 2008-08-26 15:48:19Z peter $
3
[675]4/*
[831]5  Copyright (C) 2003, 2004 Jari Häkkinen
[1275]6  Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
7  Copyright (C) 2008 Peter Johansson
[675]8
[1437]9  This file is part of the yat library, http://dev.thep.lu.se/yat
[675]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 2 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
[5]27/**
[1438]28   @mainpage @PACKAGE_STRING@
[5]29
[764]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
[967]39   <b>Future development</b><br>
[764]40   We use trac as issue tracking system. Through the <a
[1437]41   href="http://dev.thep.lu.se/yat/">trac environment</a> you can
[764]42   report bugs and suggest enhancements. Forthcoming releases are
43   scheduled in the <a
[1437]44   href="http://dev.thep.lu.se/yat/roadmap">roadmap</a> of the
[764]45   project. Future development can be monitored through the list of <a
[1437]46   href="http://dev.thep.lu.se/yat/query">known issues</a>.
[764]47
48
[920]49
[316]50*/
Note: See TracBrowser for help on using the repository browser.