Skip to content

Commit

Permalink
fixes for xmosdoc v4
Browse files Browse the repository at this point in the history
also will need update to mic_array
  • Loading branch information
BrennanGit committed Sep 22, 2023
1 parent aafc47c commit a14bfbd
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
4 changes: 3 additions & 1 deletion doc/exclude_patterns.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# The following patterns are to be excluded from the documentation build
doc/README.rst
CHANGELOG.rst
LICENSE.rst
**README*
examples
test
tools
Expand Down
2 changes: 0 additions & 2 deletions doc/shared/legal.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.. _sln_voice_copyright:


.. include:: ../_templates/disclaimer.rst

Licenses
========

Expand Down
1 change: 0 additions & 1 deletion doc/src_html/.gitkeep

This file was deleted.

2 changes: 0 additions & 2 deletions doc/substitutions.rst

This file was deleted.

2 changes: 1 addition & 1 deletion modules/uart/api/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Enum type representing the different options
* parity types.
*/
typedef enum uart_parity_t {
typedef enum {
UART_PARITY_NONE = 0,
UART_PARITY_EVEN,
UART_PARITY_ODD
Expand Down
5 changes: 0 additions & 5 deletions settings.json

This file was deleted.

14 changes: 14 additions & 0 deletions settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
project: fwk_io
title: XCORE Peripheral IO Framework
version: 3.1.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
doxygen_projects:
fwk_io:
doxyfile_path: doc/Doxyfile.inc
pdfs:
doc/programming_guide/index:
pdf_title: "{{title}} - Programming Guide"
pdf_filename: "{{project}}_programming_guide_v{{version}}"

0 comments on commit a14bfbd

Please sign in to comment.