We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd33721 commit 6a14db4Copy full SHA for 6a14db4
src/translator_fr.h
@@ -818,8 +818,7 @@ class TranslatorFrench : public TranslatorAdapter_1_8_19
818
*/
819
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType,
820
bool single)
821
- { // here s is one of " Class", " Struct" or " Union"
822
- // single is true implies a single file
+ { // single is true implies a single file
823
bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
824
bool feminine = true;
825
QCString result="La documentation de ";
0 commit comments