The R Project SVN R

Rev

Rev 8090 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8090 Rev 8194
Line 18... Line 18...
18
 *
18
 *
19
 *  You should have received a copy of the GNU General Public License
19
 *  You should have received a copy of the GNU General Public License
20
 *  along with this program; if not, write to the Free Software
20
 *  along with this program; if not, write to the Free Software
21
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22
  
22
  
23
  $Revision: 1.4 $
23
  $Revision: 1.5 $
24
 
24
 
25
  $Date: 2000/02/10 17:03:55 $
25
  $Date: 2000/02/16 12:54:16 $
26
  
26
  
27
  $Author: leisch $
27
  $Author: leisch $
28
 
28
 
29
============================================================================*/
29
============================================================================*/
30
 
30
 
Line 41... Line 41...
41
{
41
{
42
  public IndexEntry (String entry, String keywords, String aliases,
42
  public IndexEntry (String entry, String keywords, String aliases,
43
		     String desc, String url)
43
		     String desc, String url)
44
  {
44
  {
45
    iEntry = entry;
45
    iEntry = entry;
46
    iKey = keywords;
46
    iKey = " " + keywords + " ";
47
    iAliases = aliases;
47
    iAliases = " " + entry + " " + aliases + " ";
48
    iDescription = desc;
48
    iDescription = desc;
49
    iURL = url;
49
    iURL = url;
50
    
50
    
51
    // trace here
51
    // trace here
52
    Tracer.write ("Created IndexEntry. Entry = \"" +
52
    Tracer.write ("Created IndexEntry. Entry = \"" +