Show
Ignore:
Timestamp:
12/09/07 21:40:09 (4 years ago)
Author:
ciro
Message:

added missing javadoc comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mymrc/trunk/Java-client/src/org/myMRC/myMRC.java

    r44 r50  
     1/** 
     2 * @mainpage 
     3 * This is the primary source code documentation for the myMRC J2ME mobile 
     4 * client. 
     5 * \section myMRC 
     6 * myMRC (my Mobile Remote Control) is a generic mobile remote system that 
     7 * communicates a remote Linux server with a mobile device (mobile phone, PDA, ...)  
     8 * using either Bluetooth or Wireless LAN. 
     9 * 
     10 * \section myMRCj myMRCj - the J2ME mobile client 
     11 * This mobile client is written for J2ME enabled mobile devices. It deals with 
     12 * both communication ways, Blueooth and TCP/IP over Wireless LAN, depending on 
     13 * the device's capabilities. Its major tasks is the communication itself, 
     14 * parsing the received XML data and display it on the screen.<br> 
     15 * This documentation deals with the source code, for a general description 
     16 * and overview, please refer to the project documentation.<br><br> 
     17 */ 
     18 
     19/** 
     20 * @package org.myMRC Contains general classes without any further subcategorising. 
     21 */ 
    122package org.myMRC; 
    2 /* 
    3  * myMRC.java 
     23/** 
     24 * @file myMRC.java Contains the main MIDlet "myMRC" class. 
    425 * 
    526 * Created on 7. helmikuuta 2007, 16:05