maindocs.h
author Jens Alfke <jens@mooseyard.com>
Fri Apr 24 10:10:32 2009 -0700 (2009-04-24)
changeset 27 92581f26073e
parent 8 6f539dd9921c
permissions -rw-r--r--
* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
* Fixed issue #1: a memory leak in BLIPProperties, reported by codechemist.
     1 //
     2 //  maindocs.h
     3 //  MYNetwork
     4 //
     5 //  Created by Jens Alfke on 5/24/08.
     6 //  Copyright 2008 Jens Alfke. All rights reserved.
     7 //
     8 // This file just contains the Doxygen comments that generate the main (index.html) page content.
     9 
    10 
    11 /*! \mainpage MYNetwork: Mooseyard Networking Library, With BLIP Protocol Implementation
    12  
    13     <center><b>By <a href="/Jens/">Jens Alfke</a></b></center>
    14 
    15     <img src="../../BLIP/logo.png">
    16  
    17     <center><a href="annotated.html">Class documentation</a></center>
    18  
    19     <center><a href="../../Home">Overview, instructions, conceptual documentation</a></center>
    20  
    21  */