Build.xml -- contracts not built by default. Slightly simpler CSS for dl.
This commit is contained in:
parent
b08d63a6b8
commit
f39d0008bc
|
|
@ -489,7 +489,7 @@
|
|||
docletpathref="doclet.classpath"
|
||||
classpathref="external.dependencies"
|
||||
classpath="${java.classes}"
|
||||
additionalparam="-private -build-timestamp "${build.timestamp}" -absolute-version ${build.version} -quiet -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005">
|
||||
additionalparam="-private -build-timestamp "${build.timestamp}" -absolute-version ${build.version} -quiet -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"> <!-- -test to only do DocumentationTest walker -->
|
||||
<sourcefiles>
|
||||
<union>
|
||||
<fileset refid="all.java.source.files"/>
|
||||
|
|
|
|||
|
|
@ -85,25 +85,33 @@ hr
|
|||
* enum DT layout
|
||||
*/
|
||||
|
||||
dl {
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
dl.enum {
|
||||
margin-left: 3em;
|
||||
border: 1px dashed #ccc;
|
||||
}
|
||||
|
||||
dt.enum {
|
||||
dt, dt.enum {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
dd.enum {
|
||||
/*
|
||||
dt, dd.enum {
|
||||
padding: 0 0 0.5em 0;
|
||||
}
|
||||
*/
|
||||
|
||||
pre {
|
||||
border: thin solid lightgray;
|
||||
margin-left: 1em;
|
||||
margin-right: 4em;
|
||||
/*
|
||||
background-color: #e0fdff;
|
||||
*/
|
||||
}
|
||||
/*
|
||||
* clean table layouts
|
||||
|
|
|
|||
Loading…
Reference in New Issue