Skip to content

Commit

Permalink
Just some api doc updates
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9455 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 8, 2008
1 parent 802dd09 commit 515dfd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgscoordinatereferencesystem.h
Expand Up @@ -64,6 +64,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem

/*! Use this constructor when you want to create a CRS object using
* a postgis SRID, an EPSG id or a QGIS CRS_ID.
* @note We encourage you to use EPSG, WKT or Proj4 to describe CRS's in your code
* wherever possible. QGSI CRS_IDs are not guaranteed to be permanent / involatile.
* @param theId The ID no valid for the chosen coordinate system id type
* @param theType One of the types described in QgsCoordinateReferenceSystem::CRS_TYPE
*/
Expand Down

0 comments on commit 515dfd3

Please sign in to comment.