gendocfile

Generate Ddoc text for Module m and append it to outbuf.

  1. void gendocfile(Module m, char* ddoctext_ptr, size_t ddoctext_length, char* datetime, ErrorSink eSink, OutBuffer outbuf)
  2. void gendocfile(Module m, char[] ddoctext, char* datetime, ErrorSink eSink, OutBuffer outbuf)
    void
    gendocfile
    (,
    const char[] ddoctext
    ,
    const char* datetime
    ,,)

Parameters

m Module

Module

ddoctext char[]

combined text of .ddoc files for macro definitions

datetime char*

charz returned by ctime()

eSink ErrorSink

send error messages to eSink

outbuf OutBuffer

append the Ddoc text to this

Meta