All Downloads are FREE. Search and download functionalities are using the official Maven repository.

line.spring-web-doclet.0.1.5.source-code.style.css Maven / Gradle / Ivy

Go to download

SpringWebDoclet is an extension to Javadoc utility (Doclet) which generates web API documentation for backends based on Spring Web MVC framework.

The newest version!
a {
    color: blue;
}

a.anchor {
    color: black;
}

nav {
    background-color: #eeeeff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
}

nav a {
    margin-right: 7px;
}

h4 {
    margin-bottom: 8px;
}

table {
    border-collapse: collapse;
}

table tr td, table tr th {
    border: 1px solid black;
    padding: 1px 8px;
}

table tr th {
    background-color: #cfcfcf;
}

h2.package {
    background-color: #ccccff;
}

.controller-list li, .url-list li {
    padding: 2px 0;
}

.col-required, .col-type {
    text-align: center;
}

.clear {
    clear: both;
}

.toc {
    background-color: #E8E8E8;
    border: 1px solid #BABABA;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0 20px;
}

.toc h3 {
    margin-bottom: 5px;
}

.toc ul {
    margin-top: 5px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy