diff options
author | lloyd <[email protected]> | 2015-01-05 23:40:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-05 23:40:28 +0000 |
commit | 21e038b98b9d0ddc26bff65b078a7d5adee440ef (patch) | |
tree | ebbaea5802c0e2ad896adb4bf25f8d085d1df1cd /doc | |
parent | be480caf0f21d4bcaab17d1614e5932b9720a597 (diff) |
Fix doc bugs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/building.rst | 2 | ||||
-rw-r--r-- | doc/manual/rng.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 4f168f0bc..b6d3f85b5 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -323,7 +323,7 @@ Configuration Parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are some configuration parameters which you may want to tweak -before building the library. These can be found in ``config.h``. This +before building the library. These can be found in ``build.h``. This file is overwritten every time the configure script is run (and does not exist until after you run the script for the first time). diff --git a/doc/manual/rng.rst b/doc/manual/rng.rst index 66679271d..1ec37b52f 100644 --- a/doc/manual/rng.rst +++ b/doc/manual/rng.rst @@ -17,7 +17,7 @@ set of enabled ones and doing seeding using OS specific routines. The main service a RandomNumberGenerator provides is, of course, random numbers: -.. cpp:function:: byte RandomNumberGenerator::random() +.. cpp:function:: byte RandomNumberGenerator::next_byte() Generates a single random byte and returns it |