mrdocs::Generator::buildOneString
Build the reference as a single page to a string.
Synopsis
Declared in <mrdocs/Generator.hpp>
Expected<void>
buildOneString(
std::string& dest,
Corpus const& corpus) const;
Parameters
| Name | Description |
|---|---|
dest |
The string to hold the result. For the duration of the call, this must not be accessed by any other threads. |
corpus |
The metadata to emit. |
Created with MrDocs