data: JavaDoc – just formatting
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 16 Aug 2013 13:33:43 +0200
changeset 70c527e15217eb
parent 69 d0edf588bbda
child 71 498421ec3665
data: JavaDoc – just formatting
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Fri Aug 16 13:32:45 2013 +0200
     1.2 +++ b/data/dictionary.xml	Fri Aug 16 13:33:43 2013 +0200
     1.3 @@ -1369,7 +1369,13 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="JavaDoc" completeForm="Java documentation" language="en"/>
     1.7 -		<explanation language="en"><text>Documentation of Java source code (classes, enumerations, interfaces, packages). Describes API and software's internals. Is useful for developers, not too much for end-users.</text></explanation>
     1.8 +		<explanation language="en">
     1.9 +			<text>
    1.10 +				documentation of Java source code (classes, enumerations, interfaces, packages);
    1.11 +				describes API and software's internals;
    1.12 +				is useful for developers, not too much for end-users
    1.13 +			</text>
    1.14 +		</explanation>
    1.15  		<tag>computer</tag>
    1.16  		<tag>java</tag>
    1.17  	</concept>