Skip to content

Commit b43d659

Browse files
author
timlinux
committedMar 26, 2008
Suport for splitting into modules in doxygen
Added front page for doxygen git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8278 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed
 

‎Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@ WARN_LOGFILE =
469469
# directories like "/usr/src/myproject". Separate the files or directories
470470
# with spaces.
471471

472-
INPUT = src \
472+
INPUT = doc \
473+
src \
473474
tests
474475

475476
# If the value of the INPUT tag contains directories, you can use the

‎doc/index.dox

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#ifndef DOXYGEN_SKIP
2+
/* $Id:$ */
3+
#endif /* DOXYGEN_SKIP */
4+
5+
/*! \mainpage Quantum GIS
6+
7+
\section index_intro Introduction
8+
\htmlonly<img src="qgis_icon_small.png" alt="QGIS"><a href="http://qgis.org">Quantum GIS</a>\endhtmlonly\latexonly Quantum GIS \endlatexonly (QGIS) is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU General Public License. QGIS lets you browse and create map data on your computer. It supports many common spatial data formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to do things like display tracks from your GPS. QGIS is Open Source software and its free of cost (download here). We welcome contributions from our user community in the form of code contributions, bug fixes, bug reports, contributed documentation, advocacy and supporting other users on our mailing lists and forums. Financial contributions are also welcome.
9+
10+
\section index_maillist Mailing Lists
11+
<ul>
12+
<li>For support we encourage you to join our <a href="http://qgis.org/content/view/115/96/">mailing lists</a> for developers.</li>
13+
</ul>
14+
15+
\section index_bugs Bug Reporting
16+
If you think you have found a bug, please report it using our <a href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs, please include some contact information in case we need help with replicating your issue.
17+
18+
\section index_maillist Mailing Lists
19+
Some QGIS users and developers can also often be found in the
20+
<a href="irc://irc.freenode.net/#qgis">#qgis</a> IRC channel on irc.freenode.net.<p>
21+
22+
\htmlonly
23+
<p>
24+
$Id:$
25+
</p>
26+
\endhtmlonly
27+
28+
*/

‎doc/modules.dox

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/** @defgroup library */
2+
/** @defgroup gui */
3+
/** @defgroup core*/
4+
/** @defgroup UnitTests*/

0 commit comments

Comments
 (0)
Please sign in to comment.