summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/common/CMakeLists.txt35
-rw-r--r--doc/common/Doxyfile.global8
-rw-r--r--doc/common/doxygen.css14
-rw-r--r--doc/common/footer.html1
-rw-r--r--doc/common/header.html10
-rw-r--r--doc/common/mainfooter.html1
-rw-r--r--doc/common/mainheader.html10
-rw-r--r--doc/common/tde.css1
-rw-r--r--doc/tdespell/CMakeLists.txt3
-rw-r--r--doc/tdespell/index.docbook9
10 files changed, 45 insertions, 47 deletions
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt
index a56e79c9f..c831ccefc 100644
--- a/doc/common/CMakeLists.txt
+++ b/doc/common/CMakeLists.txt
@@ -11,19 +11,22 @@
##### other data ################################
-install( FILES
- artistic-license.html bottom1.png bottom2.png
- bsd-license.html doctop1.png doctop2.png fdl-license
- fdl-license.html gpl-license gpl-license.html
- tde-common.css tde-default.css tde-web.css tde-localised.css.template
- lgpl-license lgpl-license.html qpl-license.html shadow.png
- web-docbottom.png x11-license.html xml.dcl web-doctop.png
- doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png
- 5.png 6.png 7.png 8.png 9.png 10.png doxygen.css
- header.html footer.html mainheader.html appheader.html
- mainfooter.html fdl-notice.html favicon.ico kde_gear_64.png
- docheadergears.png headerbg.png grad.png kmenu.png
- kde_logo.png kde_logo_bg.png bottom-left.png bottom-middle.png
- bottom-right.png top-left.png top-middle.png top-right-konqueror.png
- tde-docs.css
- DESTINATION ${HTML_INSTALL_DIR}/en/common )
+install(
+ FILES
+ 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 10.png
+ appheader.html artistic-license.html block_title_bottom.png
+ block_title_mid.png block_title_top.png bottom1.png bottom2.png
+ bottom-left.png bottom-middle.png bottom-right.png bsd-license.html
+ docheadergears.png doctop1a.png doctop1b.png doctop1.png
+ doctop2.png doxygen.css favicon.ico fdl-license
+ fdl-license.html fdl-notice.html footer.html flat.css
+ gpl-license gpl-license.html grad.png headerbg.png
+ header.html kde_gear_64.png kde_logo_bg.png kde_logo.png
+ kmenu.png lgpl-license lgpl-license.html mainfooter.html
+ mainheader.html print.css qpl-license.html shadow.png tde-common.css
+ tabs.css tde.css tde-default.css tde-docs.css tde-localised.css.template tde-web.css
+ top.jpg top-left.jpg top-left.png top-middle.png top-right-konqueror.png
+ top-right.jpg top-right.png top-trinity.jpg web-docbottom.png
+ web-doctop.png x11-license.html xml.dcl
+ DESTINATION
+ ${HTML_INSTALL_DIR}/en/common )
diff --git a/doc/common/Doxyfile.global b/doc/common/Doxyfile.global
index 67abce073..f7d85dcc7 100644
--- a/doc/common/Doxyfile.global
+++ b/doc/common/Doxyfile.global
@@ -46,13 +46,7 @@ WARN_LOGFILE =
INPUT =
FILE_PATTERNS = *.h \
*.cpp \
- *.cc \
- *.hpp \
- *.dox \
- *.c++ \
- *.cxx \
- *.h++ \
- *.hh
+ *.dox
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
diff --git a/doc/common/doxygen.css b/doc/common/doxygen.css
index 48563b473..c56c0e91a 100644
--- a/doc/common/doxygen.css
+++ b/doc/common/doxygen.css
@@ -94,3 +94,17 @@ SPAN.comment { color: #800000 }
SPAN.preprocessor { color: #806020 }
SPAN.stringliteral { color: #002080 }
SPAN.charliteral { color: #008080 }
+
+.line {
+text-align: left;
+font-family: monospace;
+white-space: pre;
+}
+
+.lineno {
+display: inline-block;
+width: 3em;
+margin-right: 5px;
+background: #EEEEEE;
+text-align: right;
+}
diff --git a/doc/common/footer.html b/doc/common/footer.html
index 26495f4b6..b790f9c6b 100644
--- a/doc/common/footer.html
+++ b/doc/common/footer.html
@@ -1,4 +1,3 @@
- </div>
</div>
</div>
<div id="left">
diff --git a/doc/common/header.html b/doc/common/header.html
index 8b133a3b2..b7c1304da 100644
--- a/doc/common/header.html
+++ b/doc/common/header.html
@@ -20,9 +20,9 @@
<link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" />
<link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" />
<link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" />
- <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/tde.css" />
- <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/print.css" />
- <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/flat.css" />
+ <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/../common/tde.css" />
+ <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/../common/print.css" />
+ <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/../common/flat.css" />
</head>
<body>
@@ -35,7 +35,7 @@
<div id="container">
<div id="header">
<div id="header_top"><div><div>
- <img alt ="" src="@topdir@/top-trinity.jpg"/>
+ <img alt ="" src="@topdir@/../common/top-trinity.jpg"/>
Trinity API Reference </div></div></div>
<div id="header_bottom">
<div id="location">
@@ -46,7 +46,7 @@
</div>
<div id="menu">
-</ul> </div>
+ </div>
</div>
</div>
<!-- End page header -->
diff --git a/doc/common/mainfooter.html b/doc/common/mainfooter.html
index ef78d30b2..90f84ee8a 100644
--- a/doc/common/mainfooter.html
+++ b/doc/common/mainfooter.html
@@ -11,7 +11,6 @@ Questions about the reference manuals should be sent to
</p>
</div>
- </div>
</div>
</div>
<div id="left">
diff --git a/doc/common/mainheader.html b/doc/common/mainheader.html
index a730e325d..4c1ee53ec 100644
--- a/doc/common/mainheader.html
+++ b/doc/common/mainheader.html
@@ -20,9 +20,9 @@
<link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" />
<link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" />
<link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" />
- <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/tde.css" />
- <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/print.css" />
- <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/flat.css" />
+ <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/../common/tde.css" />
+ <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/../common/print.css" />
+ <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/../common/flat.css" />
</head>
<body>
@@ -35,7 +35,7 @@
<div id="container">
<div id="header">
<div id="header_top"><div><div>
- <img alt ="" src="@topdir@/top-trinity.jpg"/>
+ <img alt ="" src="@topdir@/../common/top-trinity.jpg"/>
Trinity API Reference </div></div></div>
<div id="header_bottom">
<div id="location">
@@ -45,7 +45,7 @@
</div>
<div id="menu">
-</ul> </div>
+ </div>
</div>
</div>
<!-- End page header -->
diff --git a/doc/common/tde.css b/doc/common/tde.css
index 183b62fa1..c9dc6095c 100644
--- a/doc/common/tde.css
+++ b/doc/common/tde.css
@@ -5,7 +5,6 @@
body {
margin: 0;
padding: 0;
- text-align: center;
font-size: 0.8em;
font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
color: #535353;
diff --git a/doc/tdespell/CMakeLists.txt b/doc/tdespell/CMakeLists.txt
index 6e2539833..e750cdfc7 100644
--- a/doc/tdespell/CMakeLists.txt
+++ b/doc/tdespell/CMakeLists.txt
@@ -9,5 +9,4 @@
#
#################################################
-tde_create_handbook( SRCDIR ${CMAKE_SOURCE_DIR}/kdoctools DESTINATION tdespell )
-add_dependencies( tdespell-en-handbook meinproc )
+tde_create_handbook( SRCDIR ${CMAKE_BINARY_DIR}/ksgmltools2 DESTINATION tdespell )
diff --git a/doc/tdespell/index.docbook b/doc/tdespell/index.docbook
index 8942b7ffc..ea51e70ee 100644
--- a/doc/tdespell/index.docbook
+++ b/doc/tdespell/index.docbook
@@ -163,12 +163,3 @@ Documentation Copyright &copy; 2003 &David.Sweet; &David.Sweet.mail;
</chapter>
&documentation.index;
</book>
-<!--
-Local Variables:
-mode: sgml
-sgml-omittag: nil
-sgml-shorttag: t
-sgml-general-insert-case: lower
-End:
--->
-