From 21e038b98b9d0ddc26bff65b078a7d5adee440ef Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 5 Jan 2015 23:40:28 +0000 Subject: Fix doc bugs --- doc/manual/building.rst | 2 +- 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 -- cgit v1.2.3