Skip to content

Commit 6a14db4

Browse files
authored
Update translator_fr.h
Remove a comment that is not in the English version anymore.
1 parent dd33721 commit 6a14db4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/translator_fr.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,7 @@ class TranslatorFrench : public TranslatorAdapter_1_8_19
818818
*/
819819
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType,
820820
bool single)
821-
{ // here s is one of " Class", " Struct" or " Union"
822-
// single is true implies a single file
821+
{ // single is true implies a single file
823822
bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
824823
bool feminine = true;
825824
QCString result="La documentation de ";

0 commit comments

Comments
 (0)