From bdf1e69c8409b793add03ca2407aa05bb6e76e94 Mon Sep 17 00:00:00 2001
From: andrbl <andrbl@stud.ntnu.no>
Date: Thu, 7 Apr 2022 22:43:10 +0200
Subject: [PATCH] La inn doxygen author og file i cpp filene.

---
 RUTER.DTA             | 6 +++++-
 STOPPESTEDER.DTA      | 3 ++-
 bane.cpp              | 5 +++++
 buss.cpp              | 5 +++++
 globaleFunksjoner.cpp | 5 +++++
 hjelpeFunksjoner.cpp  | 5 +++++
 rute.cpp              | 5 +++++
 ruter.cpp             | 5 +++++
 stoppested.cpp        | 5 +++++
 stoppesteder.cpp      | 5 +++++
 10 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/RUTER.DTA b/RUTER.DTA
index 4159dc1..3c3cebf 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 dcf5709..3911ef1 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 c1e337d..a07a401 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 4f7d987..2a44b46 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 cda96cc..0a44206 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 3adb26f..546ff9c 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 43c5bd1..5907f79 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 591a348..ce2de7b 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 2dffb34..ded4f51 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 804cc79..1c74b13 100644
--- a/stoppesteder.cpp
+++ b/stoppesteder.cpp
@@ -1,3 +1,8 @@
+/**
+ * @file stoppesteder.cpp
+ * @author Andreas Blakli
+ */
+
 #include "stoppesteder.h"
 
 using namespace std;
-- 
GitLab