diff --git a/CODEOWNERS b/CODEOWNERS index 40514fe..d66836c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/badges/extensions.svg b/badges/extensions.svg index 5566b9b..fb94675 100644 --- a/badges/extensions.svg +++ b/badges/extensions.svg @@ -1 +1 @@ -Extensions: 9Extensions9 +Extensions: 10Extensions10 diff --git a/registry/cristianadam.doxygen/extension.json b/registry/cristianadam.doxygen/extension.json new file mode 100644 index 0000000..dd00b20 --- /dev/null +++ b/registry/cristianadam.doxygen/extension.json @@ -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 .", + "```" + ], + "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" + } + ] + } + } + } +} \ No newline at end of file