Pārlūkot izejas kodu

programmers manual build again

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43488 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 gadi atpakaļ
vecāks
revīzija
6ba17b1009
3 mainītis faili ar 9 papildinājumiem un 15 dzēšanām
  1. 1 0
      Makefile
  2. 1 2
      grasslib.dox
  3. 7 13
      gui/wxpython/wxpythonlib.dox

+ 1 - 0
Makefile

@@ -126,6 +126,7 @@ DOXNAME=grass
 
 
 include $(MODULE_TOPDIR)/include/Make/Install.make
 include $(MODULE_TOPDIR)/include/Make/Install.make
 include $(MODULE_TOPDIR)/include/Make/Docs.make
 include $(MODULE_TOPDIR)/include/Make/Docs.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 
 .PHONY: default libs
 .PHONY: default libs
 .PHONY: cleandistdirs cleanscriptstrings clean libsclean distclean
 .PHONY: cleandistdirs cleanscriptstrings clean libsclean distclean

+ 1 - 2
grasslib.dox

@@ -1,7 +1,7 @@
 /*! \mainpage GRASS 7 Programmer's Manual
 /*! \mainpage GRASS 7 Programmer's Manual
 <!-- * doxygenized from "GRASS 5 Programmer's Manual"
 <!-- * doxygenized from "GRASS 5 Programmer's Manual"
        by M. Neteler 2/2004
        by M. Neteler 2/2004
-     * updated 8/2005, 2006, 2007, 2008
+     * updated 8/2005, 2006, 2007, 2008, 2010
   -->
   -->
 
 
 <a href="http://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
 <a href="http://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
@@ -113,7 +113,6 @@ undocumented.</i>
 
 
 \section interfaces Interfaces
 \section interfaces Interfaces
 
 
- - \ref swiglib
  - \ref pythonlib
  - \ref pythonlib
 
 
 \section gui GUI
 \section gui GUI

+ 7 - 13
gui/wxpython/wxpythonlib.dox

@@ -1,6 +1,4 @@
-/*! \page wxpythonlib GRASS WxPython based graphical user interface
-
-<h2>GRASS wxpython based graphical user interface</h2>
+/*! \page wxpythonlib GRASS WxPython-based Graphical User Interface
 
 
 The plan for a native GRASS Graphical User Interface (GUI) found is origin
 The plan for a native GRASS Graphical User Interface (GUI) found is origin
 in the project "GFOSS–TN", a collaboration between FBK (Fondazione Bruno
 in the project "GFOSS–TN", a collaboration between FBK (Fondazione Bruno
@@ -20,7 +18,7 @@ of OpenGL. As result, Map Display Window will support 3D rendering including
 3D raster (voxels) and 3D vector data.
 3D raster (voxels) and 3D vector data.
 
 
 Development plans:
 Development plans:
-<p>
+
 A Map Composer, a tool for hardcopy map outputs is planned to be developed
 A Map Composer, a tool for hardcopy map outputs is planned to be developed
 in the first half of 2008. Currently, the tools for creating hardcopy maps
 in the first half of 2008. Currently, the tools for creating hardcopy maps
 (map layout) are limited in GRASS because its focus on modeling and spatial
 (map layout) are limited in GRASS because its focus on modeling and spatial
@@ -30,17 +28,13 @@ display to an external image file such as a png. These map features are very bas
 and cannot be customized. The goal is to allow users to prepare simple cartographic
 and cannot be customized. The goal is to allow users to prepare simple cartographic
 outputs comparable e.g. with other, proprietary GIS map layout functionality.
 outputs comparable e.g. with other, proprietary GIS map layout functionality.
 
 
-<P>
 See: 
 See: 
-<ul>
-<li> wxgui.py
-<li> gis_set.py
-<li> menustrings.py
-</ul>
+- wxgui.py
+- gis_set.py
+- menustrings.py
 
 
-<h2>References</h2>
+<section>References</section>
 
 
-M. Landa, C. Moretto, M. Neteler, M. Zanolli, L. Manganelli, 2008: wxPython GUI per GRASS GIS. Proc. IX Meeting degli Utenti Italiani di GRASS - GFOSS - 21-22 Feb 2008, Perugia, Italy (<a href="http://gama.fsv.cvut.cz/~landa/publications/2008/gfoss-it-08/paper/grass-gfoss-tn.pdf">PDF</a>)
+M. Landa, C. Moretto, M. Neteler, M. Zanolli, L. Manganelli, 2008: wxPython GUI per GRASS GIS. Proc. IX Meeting degli Utenti Italiani di GRASS - GFOSS - 21-22 Feb 2008, Perugia, Italy (<a href="http://geo.fsv.cvut.cz/~landa/publications/2008/gfoss-it-08/paper/grass-gfoss-tn.pdf">PDF</a>)
 
 
 */
 */
-