mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Replace references to uuid_generators.hpp in documentation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// see boost/libs/uuid/test/test_tagging.cpp
|
||||
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
#include <boost/uuid/generators.hpp>
|
||||
|
||||
class object
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[#uuid_generators]
|
||||
== <boost/uuid/uuid_generators.hpp>
|
||||
[#generators]
|
||||
== <boost/uuid/generators.hpp>
|
||||
|
||||
:idprefix: uuid_generators_
|
||||
:idprefix: generators_
|
||||
|
||||
=== Synopsis
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
include::uuid_all.adoc[]
|
||||
include::uuid.adoc[]
|
||||
include::uuid_io.adoc[]
|
||||
include::uuid_generators.adoc[]
|
||||
include::generators.adoc[]
|
||||
include::nil_generator.adoc[]
|
||||
include::string_generator.adoc[]
|
||||
include::namespaces.adoc[]
|
||||
|
||||
@@ -11,6 +11,6 @@ This convenience header makes the entire library available.
|
||||
----
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/uuid/uuid_io.hpp>
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
#include <boost/uuid/generators.hpp>
|
||||
#include <boost/uuid/constants.hpp>
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user