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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -897,7 +897,7 @@ (define-public java-qdox-1.12
(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)))