aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 05:20:59 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 05:20:59 +0000
commitfff603782cdfdf7443163813f2b72c5286dd2ced (patch)
tree8872959725e5dfc8050fe7ccef6a6c2db01a5d8c
parent515cdb91cfb7b0841f6d83a35b33447da1ee38c5 (diff)
downloadserd-fff603782cdfdf7443163813f2b72c5286dd2ced.tar.gz
serd-fff603782cdfdf7443163813f2b72c5286dd2ced.tar.bz2
serd-fff603782cdfdf7443163813f2b72c5286dd2ced.zip
Serd 0.14.0v0.14.0
git-svn-id: http://svn.drobilla.net/serd/tags/serd-0.14.0@349 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r--doc/reference.doxygen.in2
-rw-r--r--doc/style.css16
-rw-r--r--wscript4
3 files changed, 11 insertions, 11 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index c1c0b3f4..1f260f01 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -794,7 +794,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 = @SERD_SRCDIR@/doc/style.css
+HTML_STYLESHEET = doc/style.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
diff --git a/doc/style.css b/doc/style.css
index 5cdf97ba..c20312fc 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -6,19 +6,19 @@ body {
#top {
background-color: #F3F3F3;
margin: 0;
- padding: 0;
+ padding: 0;
border-bottom: 1px solid #DDD;
- margin-bottom: 1ex;
- font-size: 180%;
- font-weight: bold;
+ margin-bottom: 1ex;
+ font-size: 180%;
+ font-weight: bold;
}
div.header {
- display: none;
+ display: none;
}
.tabs {
- display: none;
+ display: none;
}
h1 h2 h3 h4 h5 h6 {
@@ -567,6 +567,6 @@ div.header {
div.headertitle {
padding: 5px 5px 5px 10px;
- font-size: 180%;
- font-weight: bold;
+ font-size: 180%;
+ font-weight: bold;
}
diff --git a/wscript b/wscript
index 1630b4bd..d09612f7 100644
--- a/wscript
+++ b/wscript
@@ -264,9 +264,9 @@ def fix_docs(ctx):
os.chdir(build_dir(ctx, 'doc/html'))
os.system("sed -i 's/SERD_API //' group__serd.html")
os.system("sed -i 's/SERD_DEPRECATED //' group__serd.html")
+ os.system("sed -i 's/href=\"doc\/style.css\"/href=\"style.css\"/' group__serd.html")
os.remove('index.html')
- os.symlink('group__serd.html',
- 'index.html')
+ os.symlink('group__serd.html', 'index.html')
os.chdir(top)
os.chdir(build_dir(ctx, 'doc/man/man3'))
os.system("sed -i 's/SERD_API //' serd.3")