Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doc-on-push-zoomin-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
permissions:
contents: write
uses: ./.github/workflows/doc-build-and-publish-zooomin.yml
uses: ./.github/workflows/doc-build-and-publish-zoomin.yml
with:
documentation_tag: "latest"
publish_to_prod: true
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE = main.md
USE_MDFILE_AS_MAINPAGE = _doxygen/main.md

# The Fortran standard specifies that for fixed formatted Fortran code all
# characters from position 72 are to be considered as comment. A common
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

extensions = [
'breathe',
'sphinxcontrib.mscgen',
'sphinx_tabs.tabs',
'sphinx_togglebutton',
]
Expand Down
2 changes: 0 additions & 2 deletions include/sm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ int sm_host_register_ri_handler(sm_ri_handler_t handler);
* @param automatic If true, DTR UART is automatically managed by the library.
* @param inactivity Inactivity timeout for DTR UART disablement. Only used if @p
* automatic is true.
*
* @return Zero on success, non-zero otherwise.
*/
void sm_host_configure_dtr_uart(bool automatic, k_timeout_t inactivity);

Expand Down