diff -r 000000000000 -r 76f302097a75 maindocs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/maindocs.h Sat May 24 21:26:09 2008 -0700 @@ -0,0 +1,53 @@ +// +// maindocs.h +// MYNetwork +// +// Created by Jens Alfke on 5/24/08. +// Copyright 2008 Jens Alfke. All rights reserved. +// +// This file just contains the Doxygen comments that generate the main (index.html) page content. + + +/*! \mainpage MYNetwork: Mooseyard Networking library, including BLIP protocol implementation. + + \section intro_sec Introduction + + MYNetwork is a set of Objective-C networking classes for Cocoa applications on Mac OS X. + It consists of: + + + MYNetwork is released under a BSD license, which means you can freely use it in open-source + or commercial projects, provided you give credit in your documentation or About box. + + \section config Configuration + + MYNetwork requires Mac OS X 10.5 or later, since it uses Objective-C 2 features like + properties and for...in loops. + + MYNetwork uses my MYUtilities library. You'll need to have downloaded that library, and added + the necessary source files and headers to your project. See the MYNetwork Xcode project, + which contains the minimal set of MYUtilities files needed to build MYUtilities. (That project + has its search paths set up to assume that MYUtilities is in a directory next to MYNetwork.) + + \section download How To Get It + + + + Or if you're just looking: + + + + */