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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 152 bool markdown; // enable Markdown replacements in Ddoc
153 bool vmarkdown; // list instances of Markdown replacements in Ddoc
191 Array<const char *> ddocfiles; // macro include files for Ddoc
264 const DString doc_ext = "html"; // for Ddoc generated files
265 const DString ddoc_ext = "ddoc"; // for Ddoc macro include files
266 const DString dd_ext = "dd"; // for Ddoc source files
417 ddoc, /// Ddoc documentation file (.dd) member in class:FeatureState::FileType
hdrgen.d 60 bool ddoc; /// true if generating Ddoc file
1174 if (hgs.ddoc)
1181 visitTemplateParameters(hgs.ddoc ? d.origParameters : d.parameters);
1225 visitTemplateParameters(hgs.ddoc ? d.origParameters : d.parameters);
1258 visitTemplateParameters(hgs.ddoc ? d.origParameters : d.parameters);
1856 if (hgs.ddoc)
1955 if (hgs.hdrgen || hgs.ddoc)
1989 if (hgs.ddoc)
2057 else if (hgs !is null && hgs.ddoc)
    [all...]
dmodule.d 914 /* If it starts with the string "Ddoc", then it's a documentation
917 if (buf.length>= 4 && buf[0..4] == "Ddoc")
920 filetype = FileType.ddoc;
926 * source file. Documentation source files may begin with "Ddoc"
932 comment = buf.ptr; // the optional Ddoc, if present, is handled above.
933 filetype = FileType.ddoc;
1116 if (filetype == FileType.ddoc)
1118 error("is a Ddoc file, cannot import it");
astenums.d 440 ddoc, /// Ddoc documentation file (.dd)
doc.d 2 * Ddoc documentation generation.
4 * Specification: $(LINK2 https://dlang.org/spec/ddoc.html, Documentation Generator)
254 warning(s.loc, "Ddoc: function declaration has no parameter '%.*s'", cast(int)namelen, namestart);
305 warning(s.loc, "Ddoc: parameter count mismatch, expected %llu, got %llu",
379 if (!mbuf_done) // if not already read the ddoc files
388 // Override with the ddoc macro files from the command line
428 if (m.filetype == FileType.ddoc)
438 // Don't push m in a, to prevent emphasize ddoc file name.
457 buf2.writestring("$(DDOC)");
518 * Having unmatched parentheses can hose the output of Ddoc,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 1129 if (m->filetype == FileType::ddoc)
1362 /* Generate Ddoc files. */

Completed in 42 milliseconds