[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep3.txt, 1.4, 1.5

Ion Yannopoulos ion- at users.sourceforge.net
Fri Feb 25 18:24:34 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8774/txt

Modified Files:
	tep3.txt 
Log Message:
Cosmetic changes.


Index: tep3.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep3.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tep3.txt	26 Feb 2005 02:16:31 -0000	1.4
--- tep3.txt	26 Feb 2005 02:24:32 -0000	1.5
***************
*** 52,56 ****
    - If you need to abbreviate a word, do so consistently.  Try to be
      consistent with code outside your own.
!   - All code should be documented using `Nesdoc` [Nesdoc]_, `Doxygen`
      [Doxygen]_ or `Javadoc` [Javadoc]_.  Ideally each command, event and
      function has documentation.  At a bare minimum the interface, component,
--- 52,56 ----
    - If you need to abbreviate a word, do so consistently.  Try to be
      consistent with code outside your own.
!   - All code should be documented using `nesdoc` [nesdoc]_, `Doxygen`
      [Doxygen]_ or `Javadoc` [Javadoc]_.  Ideally each command, event and
      function has documentation.  At a bare minimum the interface, component,
***************
*** 190,197 ****
      The filename should be similar or identical to the nesC component
      which uses it.
- 
-     [*] Note that the only way to access C source in nesC is to `#include`
-     it: nesC programs do not link in external C code, in order to allow
-     inlining.
    - C does not protect names in any way, so all names should be package
      prefixed.  This means all types, functions, variables, and constants.
--- 190,193 ----
***************
*** 217,220 ****
--- 213,217 ----
    - Global variables should be mixed case, starting lower case.
  
+ 
  Java convention
  ---------------
***************
*** 250,254 ****
  .. [Java_Coding_Convention] Java Coding Convention
     <http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html>
! .. [JavaDoc] javadoc <http://java.sun.com/j2se/javadoc>
! .. [Nesdoc] Nesdoc <http://www.tinyos.net/tinyos-1.x/doc/nesc/nesdoc.html>
  
--- 247,251 ----
  .. [Java_Coding_Convention] Java Coding Convention
     <http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html>
! .. [JavaDoc] JavaDoc <http://java.sun.com/j2se/javadoc>
! .. [nesdoc] nesdoc <http://www.tinyos.net/tinyos-1.x/doc/nesc/nesdoc.html>
  



More information about the Tinyos-beta-commits mailing list