-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
breakingfixes or implementation that require breaking changesfixes or implementation that require breaking changesfeaturenew feature requestnew feature request
Description
The DocumentManager is a weird concept. Explain why it exists and how to use it early in the Readme and in the code itself.
For extra credit, return an RAII object instead of a document ID so that leaks won't ever happen.
e.g. std::unique_ptr<mx::api::Document> createFromFile( "/some/file.xml" ).
Metadata
Metadata
Assignees
Labels
breakingfixes or implementation that require breaking changesfixes or implementation that require breaking changesfeaturenew feature requestnew feature request