-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathjavadoc.json
More file actions
30 lines (30 loc) · 1.16 KB
/
javadoc.json
File metadata and controls
30 lines (30 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/javadoc",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"appliesToProgrammingLanguage": ["Java"],
"description": "Documentation generator for Java that automatically produces API documentation from source code comments, improving research software maintainability and usability through comprehensive code documentation and developer reference materials.",
"hasQualityDimension": [
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://www.oracle.com/downloads/licenses/javadoc-updater-license.html",
"name": "javadoc",
"url": "https://www.oracle.com/java/technologies/javase/javadoc-tool.html",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
}
]
}