~ruther/guix-local

b13cf17fcfb62e82efd7477c0da7a56b11ff4288 — Ludovic Courtès 10 years ago 4d9ed58
gnu: java-qdox: Escape "@" in description.

* gnu/packages/java.scm (java-qdox-1.12)[description]: Use "@@tag", not
"@tag".
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +1 -1
@@ 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)))