Changes between Version 5 and Version 6 of Submitting/C
- Timestamp:
- 06/11/14 09:48:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/C
v5 v6 14 14 http://grass.osgeo.org/programming7/ 15 15 16 or generate it from this source code (the programmer's manual is 17 integrated in the source code in doxygen style): 16 or generate it from this source code (the programmer's manual is integrated in the source code in doxygen style): 18 17 {{{ 19 18 make htmldocs … … 21 20 }}} 22 21 23 2. Use the directory structure to place your module appropriately into 24 the source tree 22 2. Use the directory structure to place your module appropriately into the source tree 25 23 {{{ 26 24 - libes go into lib/ … … 29 27 - ... 30 28 }}} 31 Consider to take a look at "GNU Coding Standards"[[BR]] 32 http://www.gnu.org/prep/standards.html 29 Consider to take a look at "GNU Coding Standards": http://www.gnu.org/prep/standards.html 33 30 34 31