*** empty log message ***
authorhanda <handa>
Tue, 8 Jul 2003 03:55:35 +0000 (03:55 +0000)
committerhanda <handa>
Tue, 8 Jul 2003 03:55:35 +0000 (03:55 +0000)
doxyfile.in
m17n-lib.css
m17nlib.css [deleted file]

index 0fb190e..7e6849a 100644 (file)
@@ -311,7 +311,7 @@ WARN_LOGFILE           = warning
 INPUT                  = "data-%USR_JA_DEV%/mainpage.txt"
 INPUT                 += "@M17NLIB@/src/m17n-core.h"
 INPUT                 += "@M17NLIB@/src/m17n.h"
 INPUT                  = "data-%USR_JA_DEV%/mainpage.txt"
 INPUT                 += "@M17NLIB@/src/m17n-core.h"
 INPUT                 += "@M17NLIB@/src/m17n.h"
-INPUT                 += "@M17NLIB@/src/m17n-win.h"
+INPUT                 += "@M17NLIB@/src/m17n-gui.h"
 INPUT                 += "@M17NLIB@/src/m17n-X.h"
 INPUT                 += "@M17NLIB@/src/m17n-err.h"
 INPUT                 += "@M17NLIB@/src/"
 INPUT                 += "@M17NLIB@/src/m17n-X.h"
 INPUT                 += "@M17NLIB@/src/m17n-err.h"
 INPUT                 += "@M17NLIB@/src/"
index 59c4e02..a316629 100644 (file)
@@ -1,4 +1,5 @@
 H1 { text-align: center}
 H1 { text-align: center}
+code { text-decoration: none; font-weight: normal; font-family: monospace}
 A.qindex {}
 A.qindexRef {color: fuchsia}
 A.el { text-decoration: none; font-weight: bold }
 A.qindex {}
 A.qindexRef {color: fuchsia}
 A.el { text-decoration: none; font-weight: bold }
@@ -8,7 +9,7 @@ A.codeRef { font-weight: normal; color: #4444ee }
 A:hover { text-decoration: none; background-color: #f2f2ff }
 A:active {text-decoration: none; color: white; background-color: navy }
 DL.el { margin-left: -1cm }
 A:hover { text-decoration: none; background-color: #f2f2ff }
 A:active {text-decoration: none; color: white; background-color: navy }
 DL.el { margin-left: -1cm }
-DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
+DIV.fragment { width: 90%; border: none; background-color: #eeeeee}
 DIV.ah { background-color: navy; 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.ah { background-color: navy; 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 }
diff --git a/m17nlib.css b/m17nlib.css
deleted file mode 100644 (file)
index a316629..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-H1 { text-align: center}
-code { text-decoration: none; font-weight: normal; font-family: monospace}
-A.qindex {}
-A.qindexRef {color: fuchsia}
-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:active {text-decoration: none; color: white; background-color: navy }
-DL.el { margin-left: -1cm }
-DIV.fragment { width: 90%; border: none; background-color: #eeeeee}
-DIV.ah { background-color: navy; 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 }
-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 }