Release version 1.0.0; keep generated documentation source-derived
The project version moves to 1.0.0, which the library soname, the reported version, the test expectations, and the generated document filename all derive from. SOVERSION now matches the major version. The generated reference is built from the source and its documentation comments alone. Prose from docs/ was briefly part of the input and is removed: development notes are written and read on their own, and a generator that reproduces them adds nothing. The reference opens on a front page declared in the public header, followed by the module contract. One target builds it. Both PDF and HTML are produced by default, the finished documents land in the build tree under docs/pdf and docs/html, and the generators work in docs/tmp. The internal namespace is dpm_core, matching the artifact name as closely as a C++ identifier permits.
This commit is contained in:
@@ -64,7 +64,7 @@ struct dpm_cursor {
|
||||
*/
|
||||
void dpm_internal_unload(void* handle);
|
||||
|
||||
namespace dpmcore {
|
||||
namespace dpm_core {
|
||||
|
||||
/**
|
||||
* @brief Runs the full load-time validation sequence against a module
|
||||
@@ -81,4 +81,4 @@ std::unique_ptr<dpm_module> validate_and_load(dpm_ctx* ctx,
|
||||
const std::string& name,
|
||||
std::string& reason);
|
||||
|
||||
} // namespace dpmcore
|
||||
} // namespace dpm_core
|
||||
|
||||
Reference in New Issue
Block a user