Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file describes who owns and is responsible for maintaining each extension registration

/registry/cristianadam.doxygen @cristianadam
/registry/cristianadam.dracula @cristianadam
/registry/cristianadam.minimap @cristianadam
/registry/cristianadam.nomoicontheme @cristianadam
Expand Down
2 changes: 1 addition & 1 deletion badges/extensions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 128 additions & 0 deletions registry/cristianadam.doxygen/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"$schema": "../../schema/extension.schema.json",
"info": {
"id": "doxygen",
"vendor_id": "cristianadam",
"display_name": "Doxygen",
"display_vendor": "Cristian Adam",
"license": "open-source"
},
"latest": "17.0.0",
"versions": {
"17.0.0": {
"sources": [
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-Windows-x64.7z",
"sha256": "345f2bcfbb515f2c9b5b8c919cdb4ca049e59671a0b0b9eabf8a1d9111af9e35",
"platform": {
"name": "Windows",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-Windows-arm64.7z",
"sha256": "d1df981841ad14b185a00fea3244f7721c4a00480f3e2c3493edb94f45296f8c",
"platform": {
"name": "Windows",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-Linux-x64.7z",
"sha256": "da4fcf7c798e46bd293f69b9c14553aee92a19c333ea2f0d006aa060a8b21dee",
"platform": {
"name": "Linux",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-Linux-arm64.7z",
"sha256": "8c525084fa0218ccc2779ecd73be57a63a6e93a53bea30ec91cc9dec75cd2b86",
"platform": {
"name": "Linux",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-macOS-universal.7z",
"sha256": "32d44994df7dba8336bdb2b05dfe0d7979b26c6f1d09f7885099d2370285491a",
"platform": {
"name": "macOS",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-doxygen/releases/download/v17.0.0/DoxygenPlugin-17.0.0-macOS-universal.7z",
"sha256": "32d44994df7dba8336bdb2b05dfe0d7979b26c6f1d09f7885099d2370285491a",
"platform": {
"name": "macOS",
"architecture": "arm64"
}
}
],
"metadata": {
"Id": "doxygen",
"Name": "Doxygen",
"Version": "17.0.0",
"CompatVersion": "17.0.0",
"Vendor": "Cristian Adam",
"VendorId": "cristianadam",
"Copyright": "(C) 2015 Fabien Poussin, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
"License": "GNU LGPL 2.1",
"Description": "Doxygen documentation support for Qt Creator.",
"LongDescription": [
"# qt-creator-doxygen",
"Doxygen Plugin for Qt Creator",
"",
"# Screencast",
"",
"![qt-creator-doxygen.webp](https://raw.githubusercontent.com/cristianadam/qt-creator-doxygen/refs/heads/master/qt-creator-doxygen.webp)",
"",
"# License",
"",
"LGPL 2.1.",
"",
"```",
"Doxygen Plugin",
"",
"Copyright (c) 2015 Fabien Poussin",
"Copyright (c) 2009 Kevin Tanguy",
"",
"This plugin is free software: you can redistribute it and/or modify",
"it under the terms of the GNU Lesser General Public License as",
"published by the Free Software Foundation, either version 2.1",
"of the License, or (at your option) any later version.",
"",
"This plugin is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
"GNU Lesser General Public License for more details.",
"",
"You should have received a copy of the GNU General Public License",
"along with Doxygen Plugin. If not, see <http://www.gnu.org/licenses/>.",
"```"
],
"Url": "https://github.com/cristianadam/qt-creator-doxygen",
"DocumentationUrl": "",
"Dependencies": [
{
"Id": "core",
"Version": "17.0.0"
},
{
"Id": "projectexplorer",
"Version": "17.0.0"
},
{
"Id": "cppeditor",
"Version": "17.0.0"
},
{
"Id": "texteditor",
"Version": "17.0.0"
}
]
}
}
}
}