-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdoxygen.json
More file actions
33 lines (33 loc) · 1.01 KB
/
doxygen.json
File metadata and controls
33 lines (33 loc) · 1.01 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
31
32
33
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/doxygen",
"@type": "SoftwareApplication",
"applicationCategory": { "@id": "rs:AnalysisCode", "@type": "@id" },
"appliesToProgrammingLanguage": [
"C++",
"C",
"Python",
"PHP",
"Java",
"C#",
"Objective-C",
"Fortran",
"VHDL",
"Splice",
"IDL",
"Lex"
],
"description": "Documentation generator for C++, C, Java, and other languages that automatically extracts documentation from annotated source code, improving research software maintainability through comprehensive API documentation.",
"hasQualityDimension": { "@id": "dim:maintainability", "@type": "@id" },
"howToUse": ["CI/CD", "command-line"],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
}
],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/GPL-2.0-only",
"name": "doxygen",
"url": "https://www.doxygen.nl/"
}