Skip to content

Commit

Permalink
Documentation updates (including fix incorrect version)
Browse files Browse the repository at this point in the history
  • Loading branch information
xross committed Oct 17, 2024
1 parent e044f56 commit 24b08fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file provides overrides to the Doxyfile configuration

PROJECT_NAME = lib_random
PROJECT_BRIEF = "Random Number Generation"
PROJECT_BRIEF = "Random number generation"

INPUT = ../lib_random/api

Expand Down
4 changes: 2 additions & 2 deletions doc/rst/lib_random.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

####################################
lib_random: Random Number Generation
lib_random: Random number generation
####################################

************
Expand All @@ -27,7 +27,7 @@ An application should then the ``random.h`` header file::
Example
*******

An example demonstrating how to generate random values using the ``lib_random`` library is provide
An example demonstrating how to generate random values using the ``lib_random`` library is provided
in `examples/app_random`

It shows the two different methods for initialising a random number generator (software or hardware
Expand Down
8 changes: 4 additions & 4 deletions settings.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This file relates to internal XMOS infrastructure and should be ignored by external users

---
lib_name: lib_random
project: '{{lib_name}}'
title: '{{lib_name}}: Random Number Generation'
version: 2.3.2
title: '{{lib_name}}: Random number generation'
version: 1.2.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
root_doc: doc/rst/lib_random.rst
linkcheck_ignore_regex: ['']
cognidox_part_number: XM-011312-UG
doxygen_projects:
lib_xud:
lib_random:
doxyfile_path: doc/Doxyfile.inc
pdfs:
doc/rst/lib_random.rst:
Expand Down

0 comments on commit 24b08fa

Please sign in to comment.