File: tags

package info (click to toggle)
natbraille 2.0rc3-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,084 kB
  • sloc: java: 31,266; xml: 7,747; sh: 165; haskell: 50; makefile: 32
file content (96 lines) | stat: -rw-r--r-- 3,599 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
 nat/convertisseur/Convertisseur2ODT.java |    4 ++--
 org/im4java/core/ETOperation.java        |    2 +-
 outils/CharsetToolkit.java               |    2 +-
 outils/regles/Regle.java                 |    3 +--
 ui/EditeurBraille.java                   |    2 +-
 ui/FenetrePrinc.java                     |    6 +++---
 6 files changed, 9 insertions(+), 10 deletions(-)

--- a/nat/convertisseur/Convertisseur2ODT.java
+++ b/nat/convertisseur/Convertisseur2ODT.java
@@ -43,7 +43,7 @@ import java.io.BufferedReader;
 import java.io.InputStreamReader;
 /**
  * <p>Convertit en odt un document doc, rtf, ou tout autre en faisant 
- * appel à l'API d'openoffice via <code>JODConverter</p>
+ * appel à l'API d'openoffice via <code>JODConverter</code></p>
  * <p>Convertit ensuite cet odt au format interne</p>
  * @author Bruno Mascret, Raphaël Mina
  *
@@ -399,4 +399,4 @@ public class Convertisseur2ODT extends C
 		
 		//Tuer aussi pour windows 
     }
-}
\ No newline at end of file
+}
--- a/outils/CharsetToolkit.java
+++ b/outils/CharsetToolkit.java
@@ -120,7 +120,7 @@ public class CharsetToolkit
 
 	/**
 	 * <p>Guess the encoding of the provided buffer.</p>
-	 * If Byte Order Markers are encountered at the beginning of the buffer, we immidiately
+	 * <p>If Byte Order Markers are encountered at the beginning of the buffer, we immidiately
 	 * return the charset implied by this BOM. Otherwise, the file would not be a human
 	 * readable text file.</p>
 	 *
--- a/org/im4java/core/ETOperation.java
+++ b/org/im4java/core/ETOperation.java
@@ -91,7 +91,7 @@ public class ETOperation extends ETOps {
 
   /**
    * Set tag with the content read from a file.
-   * This method translates to the -TAG<=Filename commandline option.
+   * This method translates to the -TAG&lt;=Filename commandline option.
    * See the exiftool documentation for details.
    * @param pTag      A tag name
    * @param pFilename A filename or filename-template
--- a/outils/regles/Regle.java
+++ b/outils/regles/Regle.java
@@ -23,12 +23,11 @@ package outils.regles;
 public abstract class Regle
 {
 	/** Description de la règle ou catégorie de règle
-	 * <p>Exemples:
+	 * <p>Exemples:</p>
 	 * 	<ul>
 	 * 		<li>"Locution",</li>
 	 * 		<li> "Le préfixe CONTRE ne s'abrège que lorsqu'il est suivi d'un trait d'union")</li>
 	 * 	</ul>
-	 * </p>
 	 **/
 	protected String description="";
 	/**
--- a/ui/EditeurBraille.java
+++ b/ui/EditeurBraille.java
@@ -252,7 +252,7 @@ public abstract class EditeurBraille ext
 	}
 	
 	/**
-	 * Initialise la HashMap d'équivalence entre les entités de la forme &pt123456; et leur
+	 * Initialise la HashMap d'équivalence entre les entités de la forme &amp;pt123456; et leur
 	 * valeur en binaire
 	 * @return true si succès, false si erreur lors du chargement
 	 * @exception NumberFormatException problème lors de la conversion des entités, la table ne doit pas être valide
--- a/ui/FenetrePrinc.java
+++ b/ui/FenetrePrinc.java
@@ -321,14 +321,14 @@ public class FenetrePrinc extends JFrame
 	    }
     }
 
-    /** @return @link FenetrePrinc#entreeXML}*/
+    /** @return FenetrePrinc#entreeXML}*/
     public JTextField getEntree(){return jtfNoir;}
-    /** @return @link FenetrePrinc#filtre}
+    /** @return FenetrePrinc#filtre}
      * @deprecated 2.0
      * */
     @Deprecated
 	public JTextField getFiltre(){return filtre;}
-    /** @return @link FenetrePrinc#sortie}*/
+    /** @return FenetrePrinc#sortie}*/
     public JTextField getSortie(){return jtfBraille;}
     /** 
      * Change la valeur du texte de {@link FenetrePrinc#jtfNoir}