From: Anders B. <vr-...@us...> - 2006-03-28 21:07:49
|
Update of /cvsroot/alpp/openalpp/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9410 Added Files: doxygen.cfg index.html Removed Files: Doxyfile Log Message: --- Doxyfile DELETED --- --- NEW FILE: index.html --- <title>OpenAL++ - Documentation</title> <h2>OpenAL++</h2> <p>OpenAL++ is a c++ library that wraps the OpenAL library. By using reference counting and smart pointers, OpenAL++ make the use of 3D sound an easier task. It has been compiled and tested under Windows (.NET2003) and Linux (gcc3.5). </p> <h2>Documentation</h2> <p><a href="html/index.html">API reference</a></p> <h2></h2> <h2>Dependencies</h2> <p>OpenAL++ depends on OpenThreads and OpenAL.</p> <h2>Comments</h2> <p>Direct your comments, bug reports to <a href="mailto:an...@cs...">an...@cs...</a> </p> <p> </p> --- NEW FILE: doxygen.cfg --- # Doxyfile 1.4.4 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. [...1190 lines suppressed...] # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO |