[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54089: [PATCH] gnu: Add emacs-highlight-doxygen
From: |
Nicolas Goaziou |
Subject: |
bug#54089: [PATCH] gnu: Add emacs-highlight-doxygen |
Date: |
Tue, 22 Feb 2022 11:35:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Niklas Eklund <niklas.eklund@posteo.net> writes:
> here is a patch adding the highlight-doxygen package for Emacs.
Thank you. I applied your patch with the changes explained below.
> +(define-public emacs-highlight-doxygen
> + ;; Upstream does not tag releases. Commit below matches version bump.
> + (let ((commit "eec4874e2e89d4eb39091aad89a67dff8f8ec84c")
> + (revision "0"))
> + (package
> + (name "emacs-highlight-doxygen")
> + (version (git-version "0.0.2" revision commit))
Since commit matches version bump, you don't need GIT-VERSION at all.
I removed REVISION binding, and wrote:
(version "0.0.2")
> + (description
> + "Advanced highlighting package for Doxygen comments.
This is not a complete sentence. I wrote
This package highlights Doxygen comments.
Regards,
--
Nicolas Goaziou