Finish documention until someone change something

This commit is contained in:
2022-02-15 20:12:50 +01:00
parent 3a2e51713b
commit c8e3344b27
50 changed files with 991 additions and 223 deletions
+1 -4
View File
@@ -1,7 +1,7 @@
/**
* @file route.cpp
* @author Alexander Klein (alex@kleiax.de)
* @brief
* @brief Implements the class Route
* @version 0.1
* @date 2022-01-31
*
@@ -11,9 +11,6 @@
#include "route.h"
// TODO: Delete iostream
#include <iostream>
Route::Route() {
}