Docs: switch to SVG for the .fig files, add borders around imgs

Self-explanatory, really.
This commit is contained in:
Jeff Teunissen 2011-08-23 01:31:03 -04:00
parent 87ad73f146
commit a56f6b2e37
7 changed files with 15 additions and 7 deletions

2
.gitignore vendored
View File

@ -74,8 +74,10 @@ core
/doc/man
/doc/progs/vm-mem.eps
/doc/progs/vm-mem.png
/doc/progs/vm-mem.svg
/doc/qtv/qwtv.eps
/doc/qtv/qwtv.png
/doc/qtv/qwtv.svg
/doc/quakeforge.dox
/doc/texinfo
/doc/stamp-*

View File

@ -31,13 +31,17 @@ SUFFIXES=.eps .fig .png
@mkdir -p `dirname $@`
fig2dev -L ps $< $@
.fig.svg:
@mkdir -p `dirname $@`
fig2dev -L svg $< $@
clean-local:
-rm -fr doxygen
progs/vm-mem.png: progs/vm-mem.fig
progs/vm-mem.svg: progs/vm-mem.fig
progs/vm-mem.eps: progs/vm-mem.fig
qtv/qwtv.png: qtv/qwtv.fig
qtv/qwtv.svg: qtv/qwtv.fig
qtv/qwtv.eps: qtv/qwtv.fig
doc: quakeforge.dox.conf progs/vm-mem.png progs/vm-mem.eps qtv/qwtv.png qtv/qwtv.eps ${DOX}
doc: quakeforge.dox.conf progs/vm-mem.svg progs/vm-mem.eps qtv/qwtv.svg qtv/qwtv.eps ${DOX}
doxygen quakeforge.dox.conf

View File

@ -884,6 +884,8 @@ dl.bug
.image
{
text-align: center;
background: white;
border: 2px solid #737b9c;
}
.dotgraph

View File

@ -2,7 +2,7 @@
/**
\page qtv_overview QF QTV overview/status.
OVERVIEW:
\image html qwtv.png
\image html qwtv.svg
\image latex qwtv.eps ""
The server is "reserved" for playing clients. Any spectators would be

View File

@ -358,7 +358,7 @@ Single
3 1 1.00 60.00 120.00
10575 2850 10200 1800
4 0 0 50 -1 0 12 0.0000 4 105 555 2475 4155 server\001
4 0 0 50 -1 0 12 0.0000 4 195 975 2475 3900 quakeword\001
4 0 0 50 -1 0 12 0.0000 4 195 975 2475 3900 quakeworld\001
4 0 0 50 -1 0 12 0.0000 4 165 435 6075 3900 qwtv\001
4 0 0 50 -1 0 12 0.0000 4 150 495 6075 4155 proxy\001
4 0 0 45 -1 0 16 0.0000 4 255 1485 1500 6000 Player clients\001

View File

@ -30,7 +30,7 @@
#define __QF_progs_h
/** \defgroup progs QuakeC Virtual Machine (VM)
\image html vm-mem.png
\image html vm-mem.svg
\image latex vm-mem.eps "VM memory map"
*/

View File

@ -33,7 +33,7 @@
#define __qtv_h
/** \defgroup qtv QuakeForge QTV Proxy
\image html qwtv.png
\image html qwtv.svg
\image latex qwtv.eps ""
\ref qtv_overview
*/