]> ruin.nu Git - moosique.git/blobdiff - MooNoteProp.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooNoteProp.java
index 97711ec5cbe6e9a883656797609237d360520670..e2a8ed22fa9a5bf404daa23ebd866d03ededa443 100644 (file)
@@ -2,7 +2,7 @@ import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
 
-/*
+/**
  * Graphical representation of a MIDI note.
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -12,7 +12,7 @@ import java.awt.event.*;
 public class MooNoteProp extends JDialog{
 
        private MooNote note;
-       /* 
+       /** 
         * Creates a new note preference dialog.
         * @param mn The note that will be graphically represented
         */