- update doxy to be more like web.enlightenment.org

SVN revision: 29192
This commit is contained in:
Dan Sinclair 2007-03-27 01:31:55 +00:00 committed by Dan Sinclair
parent 07eaecce03
commit f616bc6431
13 changed files with 235 additions and 15 deletions

View File

@ -115,7 +115,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH =
STRIP_FROM_PATH = src/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@ -238,7 +238,7 @@ EXTRACT_PRIVATE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
EXTRACT_STATIC = YES
EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@ -287,7 +287,7 @@ HIDE_IN_BODY_DOCS = YES
# to NO (the default) then the documentation will be excluded.
# Set it to YES to include the internal documentation.
INTERNAL_DOCS = YES
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower-case letters. If set to YES upper-case letters are also
@ -326,7 +326,7 @@ SORT_MEMBER_DOCS = YES
# by member name. If set to NO (the default) the members will appear in
# declaration order.
SORT_BRIEF_DOCS = NO
SORT_BRIEF_DOCS = YES
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
# sorted by fully-qualified names, including namespaces. If set to
@ -474,7 +474,7 @@ FILE_PATTERNS =
# should be searched for input files as well. Possible values are YES and NO.
# If left blank NO is used.
RECURSIVE = NO
RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should
# excluded from the INPUT source files. This way you can easily exclude a
@ -520,7 +520,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
IMAGE_PATH =
IMAGE_PATH = doc/images/
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
@ -556,7 +556,7 @@ FILTER_SOURCE_FILES = NO
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
SOURCE_BROWSER = YES
SOURCE_BROWSER = NO
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.
@ -650,13 +650,13 @@ HTML_FILE_EXTENSION = .html
# each generated HTML page. If it is left blank doxygen will generate a
# standard header.
HTML_HEADER =
HTML_HEADER = doc/head.html
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
HTML_FOOTER =
HTML_FOOTER = doc/foot.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
@ -665,7 +665,7 @@ HTML_FOOTER =
# the style sheet file to the HTML output directory, so don't put your own
# stylesheet in the HTML output directory as well, or it will be erased!
HTML_STYLESHEET =
HTML_STYLESHEET = doc/e.css
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
@ -715,7 +715,7 @@ TOC_EXPAND = NO
# top of each HTML page. The value NO (the default) enables the index and
# the value YES disables it.
DISABLE_INDEX = NO
DISABLE_INDEX = YES
# This tag can be used to set the number of enum values (range [1..20])
# that doxygen will group on one line in the generated HTML documentation.
@ -792,7 +792,7 @@ LATEX_HEADER =
# contain links (just like the HTML output) instead of page references
# This makes the output suitable for online browsing using a pdf viewer.
PDF_HYPERLINKS = YES
PDF_HYPERLINKS = NO
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
# plain latex in the generated Makefile. Set this option to YES to get a
@ -1089,7 +1089,7 @@ CLASS_DIAGRAMS = YES
# inheritance and usage relations if the target is undocumented
# or is not a class.
HIDE_UNDOC_RELATIONS = NO
HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz, a graph visualization
@ -1121,7 +1121,7 @@ GROUP_GRAPHS = YES
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
UML_LOOK = YES
UML_LOOK = NO
# If set to YES, the inheritance and collaboration graphs will show the
# relations between templates and their instances.
@ -1168,7 +1168,7 @@ GRAPHICAL_HIERARCHY = YES
# in a graphical way. The dependency relations are determined by the #include
# relations between the files in the directories.
DIRECTORY_GRAPH = NO
DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. Possible values are png, jpg, or gif

View File

@ -0,0 +1,2 @@
html
latex

160
legacy/efreet/doc/e.css Normal file
View File

@ -0,0 +1,160 @@
body {
background: url("images/b.png");
background-repeat: repeat-x;
background-position: top left;
background-color: #f4f4f4;
text-align: center;
font-family: sans-serif;
padding: 0;
margin: 0;
}
div.main {
margin: 1em auto;
vertical-align: top;
font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
color: #444444;
font-size: 0.8em;
text-align: justify;
width: 80%;
}
td.t { background-image:url("images/t.gif"); }
td.t[class] { background-image:url("images/t.png"); }
td.tl { background-image:url("images/tl.gif"); }
td.tl[class] { background-image:url("images/tl.png"); }
td.nav, td.lnav, td.rnav {
align: middle;
text-align: center;
vertical-align: middle;
width: 100px;
height: 25px;
font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
color: #000000;
font-size: 9px;
font-weight: bold;
white-space: no-wrap;
}
td.lnav[class] { background-image:url("images/n.png"); }
td.lnav[class] { background-image:url("images/n.png"); }
td.rnav { background-image:url("images/n.gif"); }
td.rnav[class] { background-image:url("images/n.png"); }
hr {
width: 200px;
height: 1px;
background: #dddddd;
border: 0;
}
p { color: #444444 ;}
p.tiny, small {
color: #888888;
font-size: 0.5em;
}
h1 {
text-align: center;
font-size: 1.3em;
}
h2 { font-size: 1.1em; }
h3 { font-size: 0.9em; }
span.keyword { color: #008000; }
span.keywordtype { color: #604020; }
span.keywordflow { color: #e08000; }
span.comment { color: #800000; }
span.preprocessor { color: #806020; }
span.stringliteral { color: #002080; }
span.charliteral { color: #008080; }
a:link {
color: #445566;
text-decoration: underline;
}
a:visited {
color: #667788;
text-decoration: underline;
}
a:active {
color: #88cccc;
text-decoration: none;
}
a:hover {
color: #112266;
text-decoration: underline;
}
a.nav {
text-decoration: none;
display: block;
}
a.nav:link, a.nav:visited { color: #888888; }
a.nav:active { color: #000000; }
a.nav:hover { color: #444444; }
a.code:link, a.code:visited { text-decoration: none; }
div.fragment {
font-size: 1em;
border: 1px dotted #cccccc;
background-color: #ffffff;
text-align: left;
vertical-align: middle;
padding: 2px;
margin-left: 25px;
margin-right: 25px;
overflow: auto;
}
td.indexkey {
font-weight: bold;
padding-left: 10px;
padding-right: 0;
padding-top: 2px;
padding-bottom: 0px;
margin: 0;
margin-top: 2px;
margin-bottom: 2px;
border: 1px dotted #cccccc;
border-right: 0px dotted #cccccc;
}
td.indexvalue {
font-style: italic;
padding-right: 10px;
padding-left: 0;
padding-top: 2px;
padding-bottom: 2px;
margin: 0;
margin-top: 2px;
margin-bottom: 2px;
border: 1px dotted #cccccc;
border-left: 0px dotted #cccccc;
}
.mdescRight { font-style: italic; }
.memitem {
padding-left: 2px;
padding-right: 2px;
border: 1px dotted #cccccc;
}
.memname {
white-space: nowrap;
font-weight: bold;
}
.paramname { font-weight: normal; }
div.ah {
border: thin solid #888888;
font-weight: bold;
margin-bottom: 3px;
margin-top: 3px;
}

View File

@ -0,0 +1,6 @@
</div>
<hr />
<p class="tiny">Copyright &copy; Enlightenment.org</p>
<p class="tiny">$projectname Documentation Generated: $datetime</p>
</body>
</html>

View File

@ -0,0 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>$title</title>
<link href="e.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="t" width="50%" valign="top" align="left">
<table width="100px" height="100px" border="0" cellpadding="0" cellspacing="0">
<tr><td class="lnav"><a class="nav" href="http://web.enlightenment.org">Main</a></td></tr>
<tr><td class="lnav"><a class="nav" href="http://web.enlightenment.org/p.php?p=download">Download</a></td></tr>
<tr><td class="lnav"><a class="nav" href="http://web.enlightenment.org/p.php?about">About</a></td></tr>
<tr><td class="rnav"><a class="nav" href="http://web.enlightenment.org/p.php?p=news">News</a></td></tr>
</table>
</td>
<td class="tl" width="612" height="250" valign="bottom" align="center">
<img src="http://web.enlightenment.org/i/_.gif" width="612" height="1" />
<table border="0" cellpadding="0" cellspacing="4px">
<tr>
<td class='nav'><a class='nav' href="index.html">Main&nbsp;Page</a></td>
<td class="nav"><a class="nav" href="annotated.html">Data&nbsp;Structures</a></td>
<td class="nav"><a class="nav" href="classes.html">Index</a></td>
</tr>
</table>
<hr />
</td>
<td class="t" width="50%" valign="top" align="right">
<table width="100px" height="100px" border="0" cellpadding="0" cellspacing="0">
<tr><td class="rnav"><a class="nav" href="http://web.enlightenment.org/p.php?p=docs">Documentation</a></td></tr>
<tr><td class="lnav"><a class="nav" href="http://bugs.enlightenment.org">Bugs</a></td></tr>
<tr><td class="lnav"><a class="nav" href="http://forum.enlightenment.org">Forum</a></td></tr>
<tr><td class="lnav"><a class="nav" href="http://web.enlightenment.org/p.php?p=sponsors">Sponsors</a></td></tr>
</table>
</td>
</tr>
</table>
<div class="main">

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

View File

@ -1 +1,10 @@
#!/bin/sh
doxygen
if [ ! -e doc/html/images ]; then
mkdir -p doc/html/images
fi
cp doc/images/*.png doc/images/*.gif doc/html/images