maindocs.h
author morrowa
Thu Jul 02 19:58:11 2009 -0700 (2009-07-02)
changeset 56 6c3b5372a307
parent 8 6f539dd9921c
permissions -rw-r--r--
Removed unnecessary files. Toned down logging. Added null logging handler to BLIP so client code doesn't have to use logging. Modified test drivers to work against Cocoa versions.
jens@2
     1
//
jens@2
     2
//  maindocs.h
jens@2
     3
//  MYNetwork
jens@2
     4
//
jens@2
     5
//  Created by Jens Alfke on 5/24/08.
jens@2
     6
//  Copyright 2008 Jens Alfke. All rights reserved.
jens@2
     7
//
jens@2
     8
// This file just contains the Doxygen comments that generate the main (index.html) page content.
jens@2
     9
jens@2
    10
jens@5
    11
/*! \mainpage MYNetwork: Mooseyard Networking Library, With BLIP Protocol Implementation
jens@5
    12
 
jens@5
    13
    <center><b>By <a href="/Jens/">Jens Alfke</a></b></center>
jens@8
    14
jens@27
    15
    <img src="../../BLIP/logo.png">
jens@2
    16
 
jens@27
    17
    <center><a href="annotated.html">Class documentation</a></center>
jens@2
    18
 
jens@27
    19
    <center><a href="../../Home">Overview, instructions, conceptual documentation</a></center>
jens@4
    20
 
jens@2
    21
 */