1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: java-qdox: Escape "@" in description.

* gnu/packages/java.scm (java-qdox-1.12)[description]: Use "@@tag", not
"@tag".
This commit is contained in:
Ludovic Courtès
2016-05-04 17:51:44 +02:00
parent 4d9ed58498
commit b13cf17fcf

View File

@@ -897,7 +897,7 @@ decompression and random access decompression have been fully implemented.")
(description
"QDox is a high speed, small footprint parser for extracting
class/interface/method definitions from source files complete with JavaDoc
@code{@tags}. It is designed to be used by active code generators or
@code{@@tags}. It is designed to be used by active code generators or
documentation tools.")
(license license:asl2.0)))