added FormFeed character for emacs to end of files
tho [Mon, 28 Sep 2009 11:59:55 +0000 (11:59 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1455 270642c3-0616-0410-b53a-bc976706d245

61 files changed:
Examples/DVBAdapter/ULEdec.cc
Examples/UDPClientServer/Mainpage.dox
doclib/Mainpage.dox
senf/PPI/Mainpage.dox
senf/PPI/SocketSink.hh
senf/Packets/80221Bundle/TLVPacket.test.cc
senf/Packets/DefaultBundle/EthernetPacket.test.cc
senf/Packets/DefaultBundle/ICMPv6Packet.test.cc
senf/Packets/DefaultBundle/IPv4Packet.test.cc
senf/Packets/DefaultBundle/IPv6ExtOptionType.cc
senf/Packets/DefaultBundle/IPv6ExtOptionType.ct
senf/Packets/DefaultBundle/IPv6ExtOptionType.hh
senf/Packets/DefaultBundle/IPv6Extensions.hh
senf/Packets/DefaultBundle/IPv6Extensions.test.cc
senf/Packets/DefaultBundle/IPv6Packet.test.cc
senf/Packets/DefaultBundle/ListOptionTypeParser.hh
senf/Packets/DefaultBundle/ListOptionTypeParser.test.cc
senf/Packets/DefaultBundle/LlcSnapPacket.test.cc
senf/Packets/DefaultBundle/UDPPacket.test.cc
senf/Packets/IntParser.hh
senf/Packets/IntParser.ih
senf/Packets/MPEGDVBBundle/MPESection.cc
senf/Packets/MPEGDVBBundle/MPESection.hh
senf/Packets/MPEGDVBBundle/MPESection.test.cc
senf/Packets/MPEGDVBBundle/TransportPacket.test.cc
senf/Packets/Packet.hh
senf/Packets/PacketInterpreter.test.cc
senf/Packets/PacketParser.test.cc
senf/Packets/PacketRegistry.cti
senf/Packets/PacketRegistry.hh
senf/Packets/SafeIterator.test.cc
senf/Packets/VariantParser.ct
senf/Scheduler/FdEvent.cc
senf/Socket/NetdeviceController.cc
senf/Socket/NetdeviceController.hh
senf/Socket/Protocols/BSDSocketProtocol.cc
senf/Socket/Protocols/DVB/DVBFrontendHandle.cc
senf/Socket/Protocols/DVB/DVBFrontendHandle.hh
senf/Socket/Protocols/INet/INet4Address.cc
senf/Socket/Protocols/INet/INet4Address.cci
senf/Socket/Protocols/INet/INet4Address.hh
senf/Socket/Protocols/INet/INet4Address.test.cc
senf/Socket/Protocols/INet/INet6Address.cc
senf/Socket/Protocols/INet/INet6Address.cci
senf/Socket/Protocols/INet/INet6Address.hh
senf/Socket/Protocols/INet/INet6Address.test.cc
senf/Socket/Protocols/INet/INetAddressing.cc
senf/Socket/Protocols/INet/INetAddressing.hh
senf/Socket/Protocols/INet/INetAddressing.test.cc
senf/Socket/Protocols/INet/MulticastSocketProtocol.cc
senf/Socket/Protocols/Raw/MACAddress.cc
senf/Socket/Protocols/Raw/MACAddress.hh
senf/Socket/Protocols/Raw/MACAddress.test.cc
senf/Socket/Protocols/Raw/TunTapSocketHandle.cc
senf/Socket/Protocols/Raw/TunTapSocketHandle.hh
senf/Socket/Protocols/Raw/TunTapSocketHandle.test.cc
senf/Utils/Console/Node.hh
senf/Utils/Console/Parse.hh
senf/Utils/Logger/Target.cc
senf/Utils/Logger/Target.hh
senf/Utils/type_traits.hh

index 8fc629d..42444b2 100644 (file)
@@ -281,7 +281,7 @@ int main(int argc, char const * argv[])
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 4ad2824..5d83982 100644 (file)
     The exception handling is again the same as with the server application.
 */
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index d7c891e..8f9ba3e 100644 (file)
@@ -50,8 +50,8 @@
 
     \section senfutil_overview Building Projects using SENF
 
-    When building projects using senf, SENFSCons has a very simple helper module \ref senfutil to
-    make the building of libraries utilizing senf simpler.
+    When building projects using %senf, SENFSCons has a very simple helper module 
+    \ref senf_senfutil to make the building of libraries utilizing %senf simpler.
 
     \see \ref senf_senfutil
 */
     $ scons all_tests
     </pre>
 
-    in the \c senf directory. This assumes, that you want to build the library with your default gcc
-    and requires the boost libraries to be available in the system include paths. If this is not the
-    case, you can take a look at <tt>SConfig.template</tt> file. Copy this file to <tt>SConfig</tt>
-    and comment out all the variables you don't want to change (The \e values in the template file
-    are just arbitrary examples).
+    in the \c %senf directory. This assumes, that you want to build the library with your default
+    gcc and requires the boost libraries to be available in the system include paths. If this is 
+    not the case, you can take a look at <tt>SConfig.template</tt> file. Copy this file to
+    <tt>SConfig</tt> and comment out all the variables you don't want to change (The \e values in
+    the template file are just arbitrary examples).
  */
 
 /** \page senf_setup Setting up a new project using SENF
index 47e55fc..b0ebe0c 100644 (file)
     \diaimage classes.dia
  */
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 204e1ea..a599816 100644 (file)
@@ -325,7 +325,7 @@ namespace module {
 #include "SocketSink.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 6d143d6..3399dbe 100644 (file)
@@ -207,7 +207,7 @@ BOOST_AUTO_UNIT_TEST(TestMacAddressTLVPacket_create)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 656bcc4..5ddae82 100644 (file)
@@ -122,7 +122,7 @@ BOOST_AUTO_UNIT_TEST(ethernetPacket_llcsnap)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 9424438..0d288d1 100644 (file)
@@ -31,6 +31,7 @@
 #include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
+///////////////////////////////cc.p////////////////////////////////////////
 
 BOOST_AUTO_UNIT_TEST(ICMPv6Packet_packet)
 {
@@ -235,6 +236,9 @@ BOOST_AUTO_UNIT_TEST(ICMPv6Packet_create)
     }
 }
 
+///////////////////////////////cc.e////////////////////////////////////////
+
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 8fee50b..87bb251 100644 (file)
@@ -93,7 +93,7 @@ BOOST_AUTO_UNIT_TEST(ipV4Packet_create)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 7507aab..549026d 100644 (file)
@@ -39,7 +39,7 @@ prefix_  senf::PacketInterpreterBase::range senf::IPv6GenericOptionTLVParser::va
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index fef4b76..c6fc9d2 100644 (file)
@@ -85,7 +85,7 @@ prefix_ Parser senf::IPv6GenericOptionTLVParser::init()
 ///////////////////////////////ct.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 9a88acb..b9b4a46 100644 (file)
@@ -78,6 +78,7 @@ namespace senf {
 //#include "IPv6ExtOptionType.cti"
 #endif
 
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 879b87c..6ad1af8 100644 (file)
@@ -30,7 +30,7 @@
 // Custom includes
 #include <senf/Packets/Packets.hh>
 #include <senf/Packets/AuxParser.hh>
-#include <senf/Packets/DefaultBundle/IPv6ExtOptionType.hh>
+#include "IPv6ExtOptionType.hh"
 #include "ListOptionTypeParser.hh"
 #include "IPv6Packet.hh"
 
index 08e3dec..635fba2 100644 (file)
@@ -34,7 +34,6 @@
 #include "ICMPv6Packet.hh"
 #include "ICMPv6TypePacket.hh"
 #include "EthernetPacket.hh"
-#include <senf/Utils/hexdump.hh>
 
 #include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
@@ -45,7 +44,6 @@
 BOOST_AUTO_UNIT_TEST(ipv6Extensions_fragment)
 {
     // Just for the fun of it, we test a nice chain: A fragment of a fragmented UDP packet
-
     unsigned char Fragment_packetData[] = {
         // IP header
         0x60, 0x00, 0x00, 0x00,         // IP Version, class, flow label
@@ -229,41 +227,38 @@ BOOST_AUTO_UNIT_TEST(ipv6Extensions_hopByHop_create)
 {
     std::ostringstream oss (std::ostringstream::out);
     unsigned char HopByHop_packetData[] = {
-        //Ethernet
-        0x33 ,0x33 ,0x00 ,0x00 ,0x00 ,0x16 ,    //destination MAC
-        0x00 ,0x19 ,0xb9 ,0xeb ,0xb2 ,0x26 ,    //source MAC
-        0x86 ,0xdd,                             //type (IPv6)
-        //IPv6
-        0x60, 0x00, 0x00, 0x00, //IP version, class, flow label
-        0x00, 0x24,           //payload length
-        0x00,                 //next header: IPv6 hop-by-hop option (0)
-        0x01,                 //hop limit (1)
-        0xfe, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     //IPv6 Source address (fe80::219:b9ff:feeb:b226)
-        0x02, 0x19, 0xb9, 0xff, 0xfe, 0xeb, 0xb2, 0x26,
-
-        0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     //IPv6 Destination address ff02::16
-        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16,
-//         HopByHop option
-        0x3a,   //next Header (ICMPv6)
-        0x00,   //Length (0 = 8Bytes)
-
-//         option Header
-        0x05, //option type
-        0x02, //option Length (= 2 byte)
-        0x00, 0x00, //data (zero data here ...)
-        0x01, 0x00, //padding
-//         ICMPv6
-        0x8f, //type 143
-        0x00, //code 0, should always be 0
-        0x50 ,0xcc , //checksum
-
-//         MLDv2
-        0x00 ,0x00 , //reserved, zero by default
-        0x00 ,0x01 , //nr of McAddressRecords
-        0x04 ,  //recordType
-        0x00 ,  //auxiliarydatalength
-        0x00 ,0x00 ,    // number of sources
-        0xff ,0x02 ,0x00 ,0x00, 0x00 ,0x00 ,0x00 ,0x00 ,    //ipv6McAddress ff02::1:ffeb:b226
+        // Ethernet
+        0x33 ,0x33 ,0x00 ,0x00 ,0x00 ,0x16 , // destination MAC
+        0x00 ,0x19 ,0xb9 ,0xeb ,0xb2 ,0x26 , // source MAC
+        0x86 ,0xdd,                          // type (IPv6)
+        // IPv6
+        0x60, 0x00, 0x00, 0x00, // IP version, class, flow label
+        0x00, 0x24,             // payload length
+        0x00,                   // next header: IPv6 hop-by-hop option (0)
+        0x01,                   // hop limit (1)
+        0xfe, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // IPv6 Source address 
+        0x02, 0x19, 0xb9, 0xff, 0xfe, 0xeb, 0xb2, 0x26, // (fe80::219:b9ff:feeb:b226)
+        0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // IPv6 Destination address 
+        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, // (ff02::16)
+        // HopByHop option
+        0x3a, // next Header (ICMPv6)
+        0x00, // Length (0 = 8Bytes)
+        // option Header
+        0x05, // option type
+        0x02, // option Length (= 2 byte)
+        0x00, 0x00, // data (zero data here ...)
+        0x01, 0x00, // padding
+        // ICMPv6
+        0x8f, // type 143
+        0x00, // code 0, should always be 0
+        0x50 ,0xcc , // checksum
+        // MLDv2
+        0x00 ,0x00 , // reserved, zero by default
+        0x00 ,0x01 , // nr of McAddressRecords
+        0x04 ,       // recordType
+        0x00 ,       // auxiliarydatalength
+        0x00 ,0x00 , // number of sources
+        0xff ,0x02 ,0x00 ,0x00, 0x00 ,0x00 ,0x00 ,0x00 ,  // ipv6McAddress ff02::1:ffeb:b226
         0x00 ,0x00 ,0x00 ,0x01 ,0xff ,0xeb ,0xb2 ,0x26
     };
     senf::EthernetPacket eth (senf::EthernetPacket::create() );
@@ -359,7 +354,7 @@ BOOST_AUTO_UNIT_TEST(ipv6Extensions_hopByHop_create_SN) {
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 07d7c0a..c2a35bf 100644 (file)
@@ -97,7 +97,7 @@ BOOST_AUTO_UNIT_TEST(ipV6Packet_create)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 6eb2ec8..90deeca 100644 (file)
@@ -41,6 +41,7 @@ namespace senf {
 #include "ListOptionTypeParser.cti"
 #endif
 
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index c0802d8..34fca75 100644 (file)
@@ -138,7 +138,9 @@ BOOST_AUTO_UNIT_TEST(ListOptionTypeParser_container)
         BOOST_CHECK_EQUAL( c.empty(), true);
     }
 }
+///////////////////////////////cc.p////////////////////////////////////////
 
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index c50174e..bcebcb8 100644 (file)
@@ -76,7 +76,7 @@ BOOST_AUTO_UNIT_TEST(llcSnapPacket_ethernet)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 29e6826..b8925b2 100644 (file)
@@ -131,7 +131,7 @@ BOOST_AUTO_UNIT_TEST(udpPacket_in_ipv6_parse)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 5f3d727..02e8eb1 100644 (file)
@@ -606,7 +606,7 @@ namespace senf {
 //#include "IntParser.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 16099c1..0093f05 100644 (file)
@@ -359,7 +359,7 @@ namespace packet {
 ///////////////////////////////ih.e////////////////////////////////////////
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index e660894..626f820 100644 (file)
@@ -108,7 +108,7 @@ prefix_ void senf::MPESectionType::finalize(packet p)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 12782e1..7c1d7b5 100644 (file)
@@ -145,14 +145,13 @@ namespace senf {
     typedef ConcretePacket<MPESectionType> MPESection;
 }
 
-
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "MPESection.cci"
 //#include "MPESection.ct"
 //#include "MPESection.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 1bf368a..7f5955c 100644 (file)
@@ -193,7 +193,7 @@ BOOST_AUTO_UNIT_TEST(MPESection_create)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 3f1df1a..11d3b6c 100644 (file)
@@ -124,7 +124,7 @@ BOOST_AUTO_UNIT_TEST(transportPacket_create_with_pusi)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 57a0f21..1eca2ea 100644 (file)
@@ -764,7 +764,7 @@ namespace senf {
 #include "Packet.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 6d4172a..e916d69 100644 (file)
@@ -297,7 +297,7 @@ BOOST_AUTO_UNIT_TEST(packetInterpreter_factory)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index da482ff..c793560 100644 (file)
@@ -95,7 +95,7 @@ BOOST_AUTO_UNIT_TEST(packetParserBase)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index fa4096d..2a519b5 100644 (file)
@@ -133,7 +133,7 @@ senf::detail::PacketRegistryImpl<KeyType>::end()
 ///////////////////////////////PacketRegistry..e///////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 57d13a0..882f693 100644 (file)
@@ -235,7 +235,7 @@ namespace senf {
 #include "PacketRegistry.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index bd8a77b..cde9674 100644 (file)
@@ -64,7 +64,7 @@ BOOST_AUTO_UNIT_TEST(safePacketParser)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 63b46dc..593def9 100644 (file)
@@ -60,7 +60,7 @@ prefix_ void senf::VariantParser<AuxPolicy,Parsers>::init()
 ///////////////////////////////ct.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 216fd80..264507f 100644 (file)
@@ -201,7 +201,7 @@ prefix_ std::string senf::scheduler::FdEvent::v_info()
 #undef prefix_
 //#include "FdEvent.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index ceb132f..80379c1 100644 (file)
@@ -214,7 +214,7 @@ prefix_ senf::NetdeviceController::SockFd::ptr senf::NetdeviceController::sockfd
 #undef prefix_
 //#include "NetdeviceController.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 4ff1187..b7b4259 100644 (file)
@@ -115,7 +115,7 @@ namespace senf {
 //#include "NetdeviceController.mpp"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 3ce0477..850f60d 100644 (file)
@@ -147,7 +147,7 @@ prefix_ void senf::AddressableBSDSocketProtocol::reuseaddr(bool value)
 #undef prefix_
 //#include "BSDSocketProtocol.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 7d6edf5..deaf5f1 100644 (file)
@@ -267,7 +267,7 @@ prefix_ fe_status_t senf::DVBFrontendSocketProtocol::status()
 #undef prefix_
 //#include "DVBFrontendHandle.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index b5a642c..ffc6cc6 100644 (file)
@@ -61,8 +61,8 @@ namespace senf {
         ATTENTION!
         Some calls are not supported by real life drivers, known issues:
         
-        Cinergy T² getParameter is not supported
-        Cinergy T² in getEvent fe_status_t will be set but dvb_frontend_parameters will be stay untouched
+        Cinergy T� getParameter is not supported
+        Cinergy T� in getEvent fe_status_t will be set but dvb_frontend_parameters will be stay untouched
         Cinergy DT XS bitErrorRate is not supported
         
         This dues to the lack of driver implementation. There could be restrictions also for other DVB devices!
@@ -177,7 +177,7 @@ namespace senf {
 //#include "DVBFrontendHandle.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 0e56382..374d3ca 100644 (file)
@@ -184,7 +184,7 @@ prefix_ std::istream & senf::operator>>(std::istream & is, INet4Network & addr)
 #undef prefix_
 //#include "INet4Address.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 5cdc887..1fd97b3 100644 (file)
@@ -160,7 +160,7 @@ prefix_ std::ostream & senf::operator<<(std::ostream & os, INet4Network const &
 ///////////////////////////////cci.e///////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index b406151..596147f 100644 (file)
@@ -292,7 +292,7 @@ namespace senf {
 #include "INet4Address.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index a4b1441..a9e04f1 100644 (file)
@@ -122,7 +122,7 @@ BOOST_AUTO_UNIT_TEST(inet4Network)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 9d16e19..3a6f6b6 100644 (file)
@@ -144,7 +144,7 @@ prefix_ senf::INet6Network::INet6Network(std::string const & s)
 #undef prefix_
 //#include "INet6Address.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index f94c0d7..9fc8dd7 100644 (file)
@@ -325,7 +325,7 @@ prefix_ boost::uint8_t senf::detail::low_bits_mask(unsigned bits)
 ///////////////////////////////cci.e///////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 25209ca..131a46f 100644 (file)
@@ -403,7 +403,7 @@ namespace senf {
 #include "INet6Address.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 9b9ee81..edfe83c 100644 (file)
@@ -200,7 +200,7 @@ BOOST_AUTO_UNIT_TEST(inet6Network)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 640970c..7ec3a71 100644 (file)
@@ -179,7 +179,7 @@ prefix_ std::istream & senf::operator>>(std::istream & is, INet6SocketAddress &
 #undef prefix_
 //#include "INetAddressing.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index c4cf7d0..47735a9 100644 (file)
@@ -271,7 +271,7 @@ namespace senf {
 //#include "INetAddressing.mpp"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 9d6ab63..b176dc1 100644 (file)
@@ -175,7 +175,7 @@ BOOST_AUTO_UNIT_TEST(inet6SocketAddress)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 20edba6..1b3f303 100644 (file)
@@ -372,7 +372,7 @@ prefix_ void senf::INet6MulticastSocketProtocol::mcLeaveSSMSource(INet6Address c
 #undef prefix_
 //#include "MulticastSocketProtocol.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 53a96fb..08d3601 100644 (file)
@@ -99,7 +99,7 @@ prefix_ std::istream & senf::operator>>(std::istream & is, MACAddress & mac)
 #undef prefix_
 //#include "MACAddress.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 7d49e62..6b3287d 100644 (file)
@@ -45,7 +45,7 @@ namespace senf {
 
     /** \brief Ethernet MAC address
 
-        The Ethernet MAC is modelled as a fixed-size container/sequence of 6 bytes. A MACAddress can
+        The Ethernet MAC is modeled as a fixed-size container/sequence of 6 bytes. A MACAddress can
         be converted from/to the following representations
 
         <table class="senf">
@@ -146,7 +146,7 @@ namespace senf {
 //#include "MACAddress.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 6ff3472..a7b1e71 100644 (file)
@@ -111,7 +111,7 @@ BOOST_AUTO_UNIT_TEST(macAddress)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index f2be645..8dfe2f1 100644 (file)
@@ -114,7 +114,7 @@ prefix_ std::string senf::TapSocketProtocol::ifaceName()
 #undef prefix_
 //#include "TunTapSocketHandle.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 7c2cef6..136dcd7 100644 (file)
@@ -139,7 +139,7 @@ namespace senf {
 //#include "TunTapSocketHandle.mpp"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 442f475..d5a0811 100644 (file)
@@ -58,7 +58,7 @@ BOOST_AUTO_UNIT_TEST(tapSocketHandle)
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 1d7cdb7..3158023 100644 (file)
@@ -757,7 +757,7 @@ BOOST_TYPEOF_REGISTER_TYPE(senf::console::SimpleCommandNode)
 #include "Node.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index d90a367..2e7acc1 100644 (file)
@@ -488,7 +488,7 @@ namespace console {
         Accessing a non-existent argument or failing to parse all arguments will raise a
         senf::console::SyntaxErrorException.
 
-        \see \link console_arg_custom Example customer parser \endlink
+        \see \link console_args_custom Example customer parser \endlink
       */
     class CheckedArgumentIteratorWrapper
         : boost::noncopyable,
index 7989818..6b95524 100644 (file)
@@ -573,7 +573,7 @@ senf::log::SyslogUDPTarget::RegisterConsole senf::log::SyslogUDPTarget::Register
 #undef prefix_
 //#include "Target.mpp"
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 6de29a6..385ac4b 100644 (file)
@@ -424,7 +424,7 @@ namespace log {
 #include "Target.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100
index 8f58122..19b2345 100644 (file)
@@ -269,8 +269,8 @@ namespace senf
 //#include "type_traits.ct"
 //#include "type_traits.cti"
 #endif
-\f
 
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100