HomeSort by: relevance | last modified time | path
    Searched refs:doDocComments (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 481 global.params.doDocComments = value;
485 global.params.doDocComments = true;
490 global.params.doDocComments = true;
1081 global.params.doDocComments,
1101 global.params.doDocComments,
1363 if (global.params.doDocComments && !global.errors && !errorcount)
d-builtins.cc 478 if (global.params.doDocComments)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 188 bool doDocComments; // process embedded documentation comments
globals.d 210 bool doDocComments; // process embedded documentation comments
parse.d 483 if (mod.isRoot() && (global.params.useUnitTests || global.params.doDocComments || global.params.doHdrGeneration))
2652 if (global.params.doDocComments && endPtr > begPtr)
dsymbolsem.d 2533 if (global.params.doDocComments)

Completed in 44 milliseconds