Skip to content

Commit

Permalink
uuid: Add documentation for UUID utilities
Browse files Browse the repository at this point in the history
Include the UUID utilities in the Miscellaneous
documentation page.
The UUID is being placed in a new Identifier
APIs section.

Signed-off-by: Simone Orru <[email protected]>
  • Loading branch information
sorru94 committed Sep 2, 2024
1 parent bd0396c commit 6941a58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/services/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ this API is limited to creating the simplistic tokens needed to
authenticate with the Google Core IoT infrastructure.

.. doxygengroup:: jwt

Identifier APIs
***************

UUID
====

Universally Unique Identifiers (UUID), also known as Globally Unique
IDentifiers (GUIDs) are an open, industry standard [RFC
9562](https://tools.ietf.org/html/rfc9562) 128 bits long identifiers
intended to guarantee uniqueness across space and time.

.. doxygengroup:: uuid

0 comments on commit 6941a58

Please sign in to comment.