From 1f19d4166857fd12c0eab52327e150b9693eed16 Mon Sep 17 00:00:00 2001
From: Tim Schubert <tim.schubert@tu-bs.de>
Date: Sun, 6 Sep 2020 14:02:14 +0200
Subject: [PATCH] Activate doxygen

---
 model/leo.cc | 27 ---------------------------
 model/leo.h  | 29 -----------------------------
 wscript      |  2 --
 3 files changed, 58 deletions(-)
 delete mode 100644 model/leo.cc
 delete mode 100644 model/leo.h

diff --git a/model/leo.cc b/model/leo.cc
deleted file mode 100644
index 3251857..0000000
--- a/model/leo.cc
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation;
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * Author: Tim Schubert <ns-3-leo@timschubert.net>
- */
-
-#include "leo.h"
-
-namespace ns3 {
-
-/* ... */
-
-
-}
-
diff --git a/model/leo.h b/model/leo.h
deleted file mode 100644
index 7061776..0000000
--- a/model/leo.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation;
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * Author: Tim Schubert <ns-3-leo@timschubert.net>
- */
-
-#ifndef LEO_H
-#define LEO_H
-
-namespace ns3 {
-
-/* ... */
-
-}
-
-#endif /* LEO_H */
-
diff --git a/wscript b/wscript
index 53c8c80..17d49c1 100644
--- a/wscript
+++ b/wscript
@@ -17,7 +17,6 @@ def build(bld):
         'helper/nd-cache-helper.cc',
         'helper/ground-node-helper.cc',
         'helper/satellite-node-helper.cc',
-        'model/leo.cc',
         'model/leo-circular-orbit-mobility-model.cc',
         'model/leo-circular-orbit-position-allocator.cc',
         'model/leo-mock-channel.cc',
@@ -60,7 +59,6 @@ def build(bld):
         'helper/nd-cache-helper.h',
         'helper/ground-node-helper.h',
         'helper/satellite-node-helper.h',
-        'model/leo.h',
         'model/leo-circular-orbit-mobility-model.h',
         'model/leo-circular-orbit-position-allocator.h',
         'model/leo-mock-channel.h',