Activate doxygen

This commit is contained in:
Tim Schubert 2020-09-06 14:02:14 +02:00
parent 8d0ba06b96
commit 1f19d41668
3 changed files with 0 additions and 58 deletions

View file

@ -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 {
/* ... */
}

View file

@ -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 */

View file

@ -17,7 +17,6 @@ def build(bld):
'helper/nd-cache-helper.cc', 'helper/nd-cache-helper.cc',
'helper/ground-node-helper.cc', 'helper/ground-node-helper.cc',
'helper/satellite-node-helper.cc', 'helper/satellite-node-helper.cc',
'model/leo.cc',
'model/leo-circular-orbit-mobility-model.cc', 'model/leo-circular-orbit-mobility-model.cc',
'model/leo-circular-orbit-position-allocator.cc', 'model/leo-circular-orbit-position-allocator.cc',
'model/leo-mock-channel.cc', 'model/leo-mock-channel.cc',
@ -60,7 +59,6 @@ def build(bld):
'helper/nd-cache-helper.h', 'helper/nd-cache-helper.h',
'helper/ground-node-helper.h', 'helper/ground-node-helper.h',
'helper/satellite-node-helper.h', 'helper/satellite-node-helper.h',
'model/leo.h',
'model/leo-circular-orbit-mobility-model.h', 'model/leo-circular-orbit-mobility-model.h',
'model/leo-circular-orbit-position-allocator.h', 'model/leo-circular-orbit-position-allocator.h',
'model/leo-mock-channel.h', 'model/leo-mock-channel.h',