From 55e6bd929d8fa666814beae08e4ca6d112e11ac0 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Thu, 22 Mar 2012 17:49:36 +0000 Subject: [PATCH] LUCENE-3903: Fix javadocs for Java 7 (different stylesheets, less code duplication, prettyprint no longer dependent on impl-specific function names) git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303916 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/common-build.xml | 28 +++++++++++++---- lucene/tools/prettify/stylesheet+prettify.css | 30 ------------------- 2 files changed, 22 insertions(+), 36 deletions(-) delete mode 100644 lucene/tools/prettify/stylesheet+prettify.css diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 8684214721b..08813243fc5 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -877,8 +877,8 @@ + - -
- - ]]>
+ + + ]]>
+ + + + + diff --git a/lucene/tools/prettify/stylesheet+prettify.css b/lucene/tools/prettify/stylesheet+prettify.css deleted file mode 100644 index 1ceb0297b49..00000000000 --- a/lucene/tools/prettify/stylesheet+prettify.css +++ /dev/null @@ -1,30 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ -.str,.atv{color:#080}.kwd,.tag{color:#008}.com{color:#800}.typ,.atn,.dec{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}pre.prettyprint{padding:2px;border:1px solid #888}@media print{.str{color:#060}.kwd,.tag{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{font-weight:bold}.lit{color:#044}.pun{color:#440}.atn,.typ{color:#404}.atv{color:#060}} - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -