added everything
This commit is contained in:
208
doc/doxygen/html/doxygen.html.cfg
Executable file
208
doc/doxygen/html/doxygen.html.cfg
Executable file
@ -0,0 +1,208 @@
|
||||
# Doxyfile 1.3-rc2
|
||||
#---------------------------------------------------------------------------
|
||||
# General configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = Torque
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY = ./documentation
|
||||
OUTPUT_LANGUAGE = English
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_PRIVATE = YES
|
||||
EXTRACT_STATIC = YES
|
||||
EXTRACT_LOCAL_CLASSES = YES
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
HIDE_FRIEND_COMPOUNDS = NO
|
||||
HIDE_IN_BODY_DOCS = NO
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
ALWAYS_DETAILED_SEC = NO
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = YES
|
||||
STRIP_FROM_PATH = c:/torque/
|
||||
INTERNAL_DOCS = NO
|
||||
CASE_SENSE_NAMES = YES
|
||||
SHORT_NAMES = NO
|
||||
HIDE_SCOPE_NAMES = NO
|
||||
VERBATIM_HEADERS = NO
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
MULTILINE_CPP_IS_BRIEF = NO
|
||||
DETAILS_AT_TOP = YES
|
||||
INHERIT_DOCS = YES
|
||||
INLINE_INFO = YES
|
||||
SORT_MEMBER_DOCS = NO
|
||||
DISTRIBUTE_GROUP_DOC = NO
|
||||
TAB_SIZE = 4
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
ALIASES =
|
||||
ENABLED_SECTIONS =
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||
OPTIMIZE_OUTPUT_JAVA = NO
|
||||
SHOW_USED_FILES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to warning and progress messages
|
||||
#---------------------------------------------------------------------------
|
||||
QUIET = NO
|
||||
WARNINGS = YES
|
||||
WARN_IF_UNDOCUMENTED = NO
|
||||
WARN_IF_DOC_ERROR = YES
|
||||
WARN_FORMAT = "$file:$line: $text"
|
||||
WARN_LOGFILE = doxygen.log
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = ./engine/engine.overview.txt \
|
||||
./engine/engine.changelog.txt \
|
||||
./engine/
|
||||
|
||||
FILE_PATTERNS = *.h \
|
||||
*.txt
|
||||
RECURSIVE = YES
|
||||
EXCLUDE = */cvs/* \
|
||||
*/platformMacCarb/* \
|
||||
*/platformX86UNIX/* \
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS =
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATTERNS =
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
INPUT_FILTER =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
SOURCE_BROWSER = NO
|
||||
INLINE_SOURCES = NO
|
||||
STRIP_CODE_COMMENTS = NO
|
||||
REFERENCED_BY_RELATION = YES
|
||||
REFERENCES_RELATION = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
ALPHABETICAL_INDEX = NO
|
||||
COLS_IN_ALPHA_INDEX = 5
|
||||
IGNORE_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = html
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = ./doc/doxygen/html/header.html
|
||||
HTML_FOOTER = ./doc/doxygen/html/footer.html
|
||||
HTML_STYLESHEET = ./doc/doxygen/html/torque.css
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
GENERATE_HTMLHELP = NO
|
||||
CHM_FILE = torque.chm
|
||||
HHC_LOCATION =
|
||||
GENERATE_CHI = NO
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = YES
|
||||
ENUM_VALUES_PER_LINE = 1
|
||||
GENERATE_TREEVIEW = NO
|
||||
TREEVIEW_WIDTH = 250
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_LATEX = NO
|
||||
LATEX_OUTPUT = latex
|
||||
LATEX_CMD_NAME = c:\wtools\texmf\miktex\bin\latex
|
||||
MAKEINDEX_CMD_NAME = c:\wtools\texmf\miktex\bin\makeindex
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
PDF_HYPERLINKS = YES
|
||||
USE_PDFLATEX = YES
|
||||
LATEX_BATCHMODE = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the RTF output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT = rtf
|
||||
COMPACT_RTF = YES
|
||||
RTF_HYPERLINKS = YES
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT = man
|
||||
MAN_EXTENSION = .3
|
||||
MAN_LINKS = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the XML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_XML = NO
|
||||
XML_SCHEMA =
|
||||
XML_DTD =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options for the AutoGen Definitions output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the Perl module output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_PERLMOD = NO
|
||||
PERLMOD_LATEX = NO
|
||||
PERLMOD_PRETTY = YES
|
||||
PERLMOD_MAKEVAR_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = NO
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED = DOXYGENIZING TORQUE_DEBUG
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::addtions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = YES
|
||||
PERL_PATH = /usr/bin/perl
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
CLASS_DIAGRAMS = YES
|
||||
HIDE_UNDOC_RELATIONS = NO
|
||||
HAVE_DOT = NO
|
||||
CLASS_GRAPH = YES
|
||||
COLLABORATION_GRAPH = NO
|
||||
TEMPLATE_RELATIONS = YES
|
||||
INCLUDE_GRAPH = NO
|
||||
INCLUDED_BY_GRAPH = NO
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DOT_IMAGE_FORMAT = png
|
||||
DOT_PATH = "c:\Program Files\ATT\Graphviz\bin"
|
||||
DOTFILE_DIRS =
|
||||
MAX_DOT_GRAPH_WIDTH = 1024
|
||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
||||
MAX_DOT_GRAPH_DEPTH = 4
|
||||
GENERATE_LEGEND = YES
|
||||
DOT_CLEANUP = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::addtions related to the search engine
|
||||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = NO
|
||||
CGI_NAME = search.cgi
|
||||
CGI_URL =
|
||||
DOC_URL =
|
||||
DOC_ABSPATH =
|
||||
BIN_ABSPATH = /usr/local/bin/
|
||||
EXT_DOC_PATHS =
|
13
doc/doxygen/html/footer.html
Executable file
13
doc/doxygen/html/footer.html
Executable file
@ -0,0 +1,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<hr width='50%' height=1 color=black>
|
||||
<b>All Rights Reserved GarageGames.com, Inc. 1999-2005</b><br>
|
||||
<small>Auto-magically Generated with <a href='http://www.doxygen.org' target='_blank'>Doxygen</a></small>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
36
doc/doxygen/html/header.html
Executable file
36
doc/doxygen/html/header.html
Executable file
@ -0,0 +1,36 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>Torque: $title</title>
|
||||
<link href="./torque.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#ffffff" text="#000000" link="#333399" alink="#9999ff" vlink="#000066">
|
||||
<div align="center">
|
||||
|
||||
<table width=700 cellspacing=0 cellpadding=10 border=0 bgcolor="#ffffff" summary="">
|
||||
<tr><td align='right'>
|
||||
<a href='/docs/tge/'><img src="torque_logo.jpg" alt="torque" align="left" border=0></a>
|
||||
<b>Torque Game Engine Documentation</b><br>
|
||||
<small>CVS Revision Label 1.3.x</small>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
|
||||
<table width='100%' height=24 border=0 cellpadding=0 cellspacing=0>
|
||||
<tr height=24><td nowrap class="menu" align='center'>
|
||||
|
||||
<a href="index.html">Torque Home</a>
|
||||
<a href="hierarchy.html">Class Hierarchy</a>
|
||||
<a href="annotated.html">Data Structures</a>
|
||||
<!--a href="functions.php">Data Fields</a -->
|
||||
<a href="namespaces.html">Namespaces</a>
|
||||
<a href="namespacemembers.html">Namespace Members</a>
|
||||
<a href="files.html">File List</a>
|
||||
<a href="globals.html">Globals</a>
|
||||
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
81
doc/doxygen/html/torque.css
Executable file
81
doc/doxygen/html/torque.css
Executable file
@ -0,0 +1,81 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, Univers, Verdana;
|
||||
font-size: 8pt;
|
||||
color: black;
|
||||
}
|
||||
h1,h2,h3,h4 { color:black; font-weight:bold; margin-top:.5em;margin-bottom:.5em}
|
||||
h1 { font-size:200%; text-align: center; }
|
||||
h2 { font-size:150%; }
|
||||
h3 { font-size:125%; }
|
||||
h4 { font-size:100%; }
|
||||
|
||||
A.qindex {}
|
||||
A.qindexRef {}
|
||||
A.el { text-decoration: none; font-weight: bold }
|
||||
A.elRef { font-weight: bold }
|
||||
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
||||
A.codeRef { font-weight: normal; color: #4444ee }
|
||||
A:hover { text-decoration: none; background-color: #f2f2ff }
|
||||
A.bar { color: #ffffff; font-weight: bold; text-decoration: none }
|
||||
A.bar:hover { color: #ffffff; font-weight: bold; text-decoration: underline; background-color: transparent }
|
||||
DL.el { margin-left: -1cm }
|
||||
DIV.fragment {
|
||||
width: 95%;
|
||||
background-color: #f0f0f0;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
|
||||
TD.md { background-color: #f2f2ff; font-weight: bold; }
|
||||
TD.mdname { background-color: #f2f2ff; font-weight: bold; font-style: italic }
|
||||
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
|
||||
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
|
||||
|
||||
DIV.section2 { margin-left: 20px; }
|
||||
|
||||
FONT.keyword { color: #008000 }
|
||||
FONT.keywordtype { color: #604020 }
|
||||
FONT.keywordflow { color: #e08000 }
|
||||
FONT.comment { color: #800000 }
|
||||
FONT.preprocessor { color: #806020 }
|
||||
FONT.stringliteral { color: #002080 }
|
||||
FONT.charliteral { color: #008080 }
|
||||
FONT.bar { color: #ffffff; font-weight: bold; text-decoration: none }
|
||||
HR { color: #513C9D }
|
||||
|
||||
|
||||
.memberSection h1, .memberSection h2, .memberSection h3, .memberSection h4 {
|
||||
background-color: #ccccff;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.group h1, .group h2, .group h3, .group h4 {
|
||||
background-color: #ccccff;
|
||||
background-color: #666699;
|
||||
color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
|
||||
.menu {
|
||||
background-color: #252525;
|
||||
background-image: url("menu_bar.gif");
|
||||
background-repeat: repeat-x;
|
||||
background-position: top left;
|
||||
white-space:nowrap;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.menu a { font-weight: bold; text-decoration: none; }
|
||||
|
||||
.menu a:link, .menu a:visited {
|
||||
color: #c0c0c0;
|
||||
text-decoration: none;
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
.menu a:hover { color: #FBD41E; background-color: transparent }
|
Reference in New Issue
Block a user