[GRASS-SVN] r32492 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 3 08:01:20 EDT 2008
Author: martinl
Date: 2008-08-03 08:01:20 -0400 (Sun, 03 Aug 2008)
New Revision: 32492
Modified:
grass/branches/develbranch_6/SUBMITTING
Log:
list of svn mime-types (sorted) mentioned in SUBMITTING (merge from trunk, r32488, 32490)
Modified: grass/branches/develbranch_6/SUBMITTING
===================================================================
--- grass/branches/develbranch_6/SUBMITTING 2008-08-03 11:59:00 UTC (rev 32491)
+++ grass/branches/develbranch_6/SUBMITTING 2008-08-03 12:01:20 UTC (rev 32492)
@@ -390,7 +390,7 @@
To set a property:
- svn propset svn:keywords 'Author Date Id' <directory>
+ svn propset svn:keywords 'Author Date Id' <file>
svn propset svn:mime-type text/x-sh grass_shellscript.sh
To edit the svn:ignore property using your default text editor:
@@ -407,6 +407,22 @@
svn propset -F ignore.txt svn:ignore <directory>
+ List of mime-type:
+ C++ files (.cpp): text/x-c++src
+ C files (.c): text/x-csrc
+ DTD files (.dtd): application/xml-dtd
+ GIF files (.gif): image/gif
+ Header files (.h): text/x-chdr
+ HTML files (.html): text/html
+ JPEG files (.jpg): image/jpeg
+ Makefiles: text/x-makefile
+ PNG files (.png): image/png
+ Python files (.py): text/x-python
+ Text files (.txt): text/plain
+ XML files (.xml): application/xml
+
+ (please update the list...)
+
30. Use doxygen style for source code documentation. It is required
for GRASS libraries, but also recommended for GRASS modules.
@@ -441,13 +457,13 @@
For details see Vect_snap_lines_list()
- \param[in] Map input vector map
- \param[in] type type of lines to be snap
- \param[in] thresh threshold value for snapping
- \param[out] Err vector map where lines representing snap are written or NULL
+ \param Map pointer to input vector map
+ \param type filter features of given type to be snap
+ \param thresh threshold value for snapping
+ \param[out] Err pointer to vector map where lines representing snap are written or NULL
\param[out] msgout file pointer where messages will be written or NULL
- \return
+ \return 1
*/
More information about the grass-commit
mailing list