]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooTrackTitle.java
index 522de6504b32c045412d6f199e4c8799c89cac36..25f54a144d52dd9277e28d36283e85f7bb9f4611 100644 (file)
@@ -1,6 +1,6 @@
 import javax.swing.*;
 
-/*
+/**
  * The title bar for each track with track name, channel, instrument etc.
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -9,7 +9,7 @@ import javax.swing.*;
  
 public class MooTrackTitle {
 
-       /* 
+       /** 
         * Creates the title bar.
         */
        public MooTrackTitle () {