diff --git a/RUTER.DTA b/RUTER.DTA
index 4159dc1e96791ece41d9507ce8c76e27241d4226..3c3cebfe2184a186a2fc7b0db5cd4d6b680a4aae 100644
--- a/RUTER.DTA
+++ b/RUTER.DTA
@@ -1,4 +1,4 @@
-2
+3
 1*Buss
 1*2*1*
 3*0*
@@ -16,3 +16,7 @@ X
 11*5*
 12*6*
 X
+4*Buss
+20*10*1*
+14*0*
+X
diff --git a/STOPPESTEDER.DTA b/STOPPESTEDER.DTA
index dcf57096cbb0b2e717e64c06b2ea9499e18b57bd..3911ef102bd35dbc5568eeb1df23aaf41f27ee42 100644
--- a/STOPPESTEDER.DTA
+++ b/STOPPESTEDER.DTA
@@ -1,4 +1,4 @@
-14
+15
 aa*1*2*4*44*
 asd*-1*0*-1*4*
 qq*0*44*
@@ -13,3 +13,4 @@ b4*9*11*4*5*
 b5*10*12*5*6*
 b6*11*6*
 alkas*9*22*
+tt*-1*-1*
diff --git a/bane.cpp b/bane.cpp
index c1e337d298c59f19cd04fed4dd67334dc15f7d3a..a07a40124d839eabfa99ca3e544d5deb184a86e1 100644
--- a/bane.cpp
+++ b/bane.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file bane.cpp
+ * @author Andreas Blakli
+ */
+
 #include "bane.h"
 
 using namespace std;
diff --git a/buss.cpp b/buss.cpp
index 4f7d987f6dc662cfeb6b25faaef4673614aca8a7..2a44b4667596de30f1f2e8d52ee0b7a54472963d 100644
--- a/buss.cpp
+++ b/buss.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file buss.cpp
+ * @author Andreas Blakli
+ */
+
 #include "buss.h"
 
 using namespace std;
diff --git a/globaleFunksjoner.cpp b/globaleFunksjoner.cpp
index cda96ccaef6f09d7e8af65264dd93d3ffd5a6a6f..0a442067767d1b3a2930435f723da7b6cab8c12a 100644
--- a/globaleFunksjoner.cpp
+++ b/globaleFunksjoner.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file globaleFunksjoner.cpp
+ * @author Andreas Blakli
+ */
+
 #include "globaleFunksjoner.h"
 
 using namespace std;
diff --git a/hjelpeFunksjoner.cpp b/hjelpeFunksjoner.cpp
index 3adb26f14606b25c93d49a2be7b11e920e1630f4..546ff9cf457997c4899f8deafa5ba8ad454d7e43 100644
--- a/hjelpeFunksjoner.cpp
+++ b/hjelpeFunksjoner.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file hjelpeFunksjoner.cpp
+ * @author Andreas Blakli
+ */
+
 #include "hjelpeFunksjoner.h"
 
 using namespace std;
diff --git a/rute.cpp b/rute.cpp
index 43c5bd19edd12cffe9506a47ba0a52d82fe332b6..5907f79a408e7135af0c5a7cd9621ff1a01c8f73 100644
--- a/rute.cpp
+++ b/rute.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file rute.cpp
+ * @author Andreas Blakli
+ */
+
 #include "rute.h"
 
 using namespace std;
diff --git a/ruter.cpp b/ruter.cpp
index 591a348c940451545d71299c5966f2de798b5c94..ce2de7ba4212c09ac843d0bb98dc8a19b7dda951 100644
--- a/ruter.cpp
+++ b/ruter.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file ruter.cpp
+ * @author Andreas Blakli
+ */
+
 #include "ruter.h"
 
 using namespace std;
diff --git a/stoppested.cpp b/stoppested.cpp
index 2dffb340b61417dd913f256defdcb236d0b2af9e..ded4f517df9a28f645da9a0093b6b2977aa545a8 100644
--- a/stoppested.cpp
+++ b/stoppested.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file stoppested.cpp
+ * @author Andreas Blakli
+ */
+
 #include "stoppested.h"
 
 using namespace std;
diff --git a/stoppesteder.cpp b/stoppesteder.cpp
index 804cc7997402c7b657a0b923f8e27ad5bf5d33b4..1c74b135fcca6b037554a64eef7dfb4954e840e8 100644
--- a/stoppesteder.cpp
+++ b/stoppesteder.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file stoppesteder.cpp
+ * @author Andreas Blakli
+ */
+
 #include "stoppesteder.h"
 
 using namespace std;