[doxygen] Update mainpage

This commit is contained in:
Mat Sutcliffe
2020-07-22 00:14:45 +01:00
parent fc614f2d11
commit 4cf5ef004f
5 changed files with 6 additions and 47 deletions

View File

@@ -41,4 +41,4 @@ _swift_ is written in modern C++14 using the Qt framework.
Pull requests should be made against the current active development branch, Pull requests should be made against the current active development branch,
which is `develop/0.9.5`. which is `develop/0.9.5`.
[:blue_book: Developer documentation](https://docs.swift-project.org/dev/) [:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation)

View File

@@ -1,11 +0,0 @@
// define all of the file groups used to structure the documentation.
/*!
\defgroup samples Sample programs demonstrating the usage of swift API
*/
//! \cond PRIVATE_TESTS
/*!
\defgroup tests Test applications
*/
//! \endcond

View File

@@ -1,8 +0,0 @@
/*!
\page license swift license
All legal information about the swift project can be found here:<br>
<a href="https://datastore.swift-project.org/page/legal.php">swift license</a>
*/

View File

@@ -8,25 +8,11 @@
\a swift is a cross-platform, open source client application for virtual air traffic simulation written in C++/Qt. \a swift is a cross-platform, open source client application for virtual air traffic simulation written in C++/Qt.
The application allows users of flight simulation software to connect to online networks as pilots and interact with virtual air traffic controllers. The application allows users of flight simulation software to connect to online networks as pilots and interact with virtual air traffic controllers.
\section starthere Start here \section links Links
- \ref developersguide "Developers Guide"<br> - <a href="http://www.swift-project.org/">swift website</a>
Guide and design documentation - <a href="http://docs.swift-project.org/">user guide</a>
- <a href="https://docs.swift-project.org/doku.php?id=developer_documentation">developer guide</a>
- \ref samples "Samples"<br> - <a href="https://github.com/swift-project/pilotclient">github repository</a>
Simple sample programs demonstrating swift library usage
\if PRIVATE_TESTS
- \ref tests "Tests"<br>
Unit and integration tests
\endif
- \ref license "swift license"<br>
\a swift is licenced under the GPLv3 with exceptions.
\section resources Resources
- <a href="http://www.swift-project.org">swift BLOG website</a>
- <a href="https://dev.swift-project.org/">swift developer website</a>
*/ */

View File

@@ -1,8 +0,0 @@
/*!
\page developersguide Developers Guide
\ingroup developersguide
see developer documentation <a href="https://dev.swift-project.org/w/dev/"> here</a>
*/