Fixes for doc build (#270)

Document moving and rename. Fixes for latest xdoc.
This commit is contained in:
Ross Owen
2022-06-01 10:39:02 +01:00
committed by GitHub
parent 266711caf7
commit 9edef4a1f1
21 changed files with 20 additions and 95 deletions

View File

@@ -36,4 +36,3 @@ Older versions of Windows are not guaranteed to operate as expected. Devices are
.. include:: ../../../CHANGELOG.rst

View File

@@ -55,7 +55,7 @@ audio driver and handles locking to the S/PDIF clock source if required (see Ext
Ideally the parity of each word/sample received should be checked. This is done using the built in
``crc32`` function (see ``xs1.h``):
.. literalinclude:: sc_usb_audio/module_usb_audio/clocking/clockgen.xc
.. literalinclude:: lib_xua/src/core/clocking/clockgen.xc
:start-after: //:badParity
:end-before: //:

View File

@@ -1,2 +1,5 @@
XMOSNEWSTYLE = 1
XMOSNEWSTYLE = 2
DOXYGEN_DIRS=../../api
SOURCE_INCLUDE_DIRS=../../../lib_xua
SPHINX_MASTER_DOC=lib_xua