mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Activate doxygen
This commit is contained in:
parent
8d0ba06b96
commit
1f19d41668
3 changed files with 0 additions and 58 deletions
27
model/leo.cc
27
model/leo.cc
|
@ -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 {
|
||||
|
||||
/* ... */
|
||||
|
||||
|
||||
}
|
||||
|
29
model/leo.h
29
model/leo.h
|
@ -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 */
|
||||
|
2
wscript
2
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue