-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathdoxygenMain.cpp
More file actions
27 lines (26 loc) · 779 Bytes
/
doxygenMain.cpp
File metadata and controls
27 lines (26 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* This is a dummy code file that only contains doxygen main page
documentation. It has a .cxx extension so that emacs will happily
autoindent correctly. */
/*! \mainpage ArrowDL
*
* ArrowDL is a rewrite of the legacy software DownThemAll!
* which was an extension for Mozilla Firefox,
* but whose development stopped around 2016.
* ArrowDL is a free download manager for Windows, Mac OS X and Linux.
*
* https://en.wikipedia.org/wiki/DownThemAll!
*
* \section intro Introduction
*
* Its core is developed in C++, based on the Qt framework.
*
* https://www.qt.io/
*
*
* \section license Licensing
*
* ArrowDL is licensed under the terms of the Lesser General Public License (LGPL) version 3.0.
*
* https://www.gnu.org/licenses/lgpl-3.0.html
*
*/