Skip to content

Commit 170684e

Browse files
authored
Update doxygen to v18.0.0 (#38)
2 parents 28b20aa + 6b7a62b commit 170684e

File tree

1 file changed

+116
-1
lines changed

1 file changed

+116
-1
lines changed

registry/cristianadam.doxygen/extension.json

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,123 @@
77
"display_vendor": "Cristian Adam",
88
"license": "open-source"
99
},
10-
"latest": "17.0.0",
10+
"latest": "18.0.0",
1111
"versions": {
12+
"18.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-Windows-x64.7z",
16+
"sha256": "d9ef7a5d5417db7071a8520db5c2ceafe1d8f7b723e3833b14d1af9d324e0baa",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-Windows-arm64.7z",
24+
"sha256": "8e49410334cbec5685f5580db6ee6eaa0f2c4c5ea9c2c21ad5e902cb4721fd54",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-Linux-x64.7z",
32+
"sha256": "56c4ab2b766d42cc1ffbe950ad46208ca63575cd842eb8e5f4b04a4ce53e6a9d",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-Linux-arm64.7z",
40+
"sha256": "e6c057f66f1865cd72101dbad664761661ed4b3d7e7ae3d795b585731236a8a3",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-macOS-universal.7z",
48+
"sha256": "18abd1832d1da5a4cd6e94a8eee62ff10657e70c875d461cf283c4b482944281",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v18.0.0/DoxygenPlugin-18.0.0-macOS-universal.7z",
56+
"sha256": "18abd1832d1da5a4cd6e94a8eee62ff10657e70c875d461cf283c4b482944281",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "doxygen",
65+
"Name": "Doxygen",
66+
"Version": "18.0.0",
67+
"CompatVersion": "18.0.0",
68+
"Vendor": "Cristian Adam",
69+
"VendorId": "cristianadam",
70+
"Copyright": "(C) 2015 Fabien Poussin, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
71+
"License": "GNU LGPL 2.1",
72+
"Description": "Doxygen documentation support for Qt Creator.",
73+
"LongDescription": [
74+
"# qt-creator-doxygen",
75+
"Doxygen Plugin for Qt Creator",
76+
"",
77+
"# Screencast",
78+
"",
79+
"![qt-creator-doxygen.webp](https://raw.githubusercontent.com/cristianadam/qt-creator-doxygen/refs/heads/master/qt-creator-doxygen.webp)",
80+
"",
81+
"# License",
82+
"",
83+
"LGPL 2.1.",
84+
"",
85+
"```",
86+
"Doxygen Plugin",
87+
"",
88+
"Copyright (c) 2015 Fabien Poussin",
89+
"Copyright (c) 2009 Kevin Tanguy",
90+
"",
91+
"This plugin is free software: you can redistribute it and/or modify",
92+
"it under the terms of the GNU Lesser General Public License as",
93+
"published by the Free Software Foundation, either version 2.1",
94+
"of the License, or (at your option) any later version.",
95+
"",
96+
"This plugin is distributed in the hope that it will be useful,",
97+
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
98+
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
99+
"GNU Lesser General Public License for more details.",
100+
"",
101+
"You should have received a copy of the GNU General Public License",
102+
"along with Doxygen Plugin. If not, see <http://www.gnu.org/licenses/>.",
103+
"```"
104+
],
105+
"Url": "https://github.com/cristianadam/qt-creator-doxygen",
106+
"DocumentationUrl": "",
107+
"Dependencies": [
108+
{
109+
"Id": "core",
110+
"Version": "18.0.0"
111+
},
112+
{
113+
"Id": "projectexplorer",
114+
"Version": "18.0.0"
115+
},
116+
{
117+
"Id": "cppeditor",
118+
"Version": "18.0.0"
119+
},
120+
{
121+
"Id": "texteditor",
122+
"Version": "18.0.0"
123+
}
124+
]
125+
}
126+
},
12127
"17.0.0": {
13128
"sources": [
14129
{

0 commit comments

Comments
 (0)