Function parseDietFile

Parses the given diet template at compile time and writes the resulting HTML code into 'stream'.

Note that this function currently suffers from multiple DMD bugs in conjunction with local variables passed as alias template parameters.

Prototypes

void parseDietFile((string template_file,ALIASES...))(
  OutputStream stream__
);

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.