[QGIS Commit] r8278 - in trunk/qgis: . doc
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Mar 25 22:47:59 EDT 2008
Author: timlinux
Date: 2008-03-25 22:47:59 -0400 (Tue, 25 Mar 2008)
New Revision: 8278
Added:
trunk/qgis/doc/index.dox
trunk/qgis/doc/modules.dox
Modified:
trunk/qgis/Doxyfile
Log:
Suport for splitting into modules in doxygen
Added front page for doxygen
Modified: trunk/qgis/Doxyfile
===================================================================
--- trunk/qgis/Doxyfile 2008-03-26 02:35:33 UTC (rev 8277)
+++ trunk/qgis/Doxyfile 2008-03-26 02:47:59 UTC (rev 8278)
@@ -469,7 +469,8 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src \
+INPUT = doc \
+ src \
tests
# If the value of the INPUT tag contains directories, you can use the
Added: trunk/qgis/doc/index.dox
===================================================================
--- trunk/qgis/doc/index.dox (rev 0)
+++ trunk/qgis/doc/index.dox 2008-03-26 02:47:59 UTC (rev 8278)
@@ -0,0 +1,28 @@
+#ifndef DOXYGEN_SKIP
+/* $Id:$ */
+#endif /* DOXYGEN_SKIP */
+
+/*! \mainpage Quantum GIS
+
+\section index_intro Introduction
+\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.
+
+\section index_maillist Mailing Lists
+<ul>
+<li>For support we encourage you to join our <a href="http://qgis.org/content/view/115/96/">mailing lists</a> for developers.</li>
+</ul>
+
+\section index_bugs Bug Reporting
+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.
+
+\section index_maillist Mailing Lists
+Some QGIS users and developers can also often be found in the
+<a href="irc://irc.freenode.net/#qgis">#qgis</a> IRC channel on irc.freenode.net.<p>
+
+\htmlonly
+<p>
+$Id:$
+</p>
+\endhtmlonly
+
+*/
Added: trunk/qgis/doc/modules.dox
===================================================================
--- trunk/qgis/doc/modules.dox (rev 0)
+++ trunk/qgis/doc/modules.dox 2008-03-26 02:47:59 UTC (rev 8278)
@@ -0,0 +1,4 @@
+/** @defgroup library */
+/** @defgroup gui */
+/** @defgroup core*/
+/** @defgroup UnitTests*/
More information about the QGIS-commit
mailing list