Fix some doxygen, typos and whitespace

This commit is contained in:
Bastian Triller
2025-09-21 11:59:48 +02:00
committed by github-actions[bot]
parent 9e50fb3880
commit a0f1e460fe
12 changed files with 35 additions and 37 deletions

View File

@@ -119,7 +119,7 @@
<description>
<para>This application is provided by res_fax, which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission.</para>
<para>Session arguments can be set by the FAXOPT function and to check results of the ReceiveFAX() application.</para>
<para>Session arguments can be set by the FAXOPT function and to check results of the ReceiveFAX() application.</para>
</description>
<see-also>
<ref type="function">FAXOPT</ref>
@@ -161,7 +161,7 @@
<description>
<para>This application is provided by res_fax, which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission.</para>
<para>Session arguments can be set by the FAXOPT function and to check results of the SendFAX() application.</para>
<para>Session arguments can be set by the FAXOPT function and to check results of the SendFAX() application.</para>
</description>
<see-also>
<ref type="function">FAXOPT</ref>

View File

@@ -1836,8 +1836,8 @@ end:
* \brief Merge media states for a delayed session refresh
*
* \param session_name For log messages
* \param delayed_pending_state The pending media state at the time the resuest was queued
* \param delayed_active_state The active media state at the time the resuest was queued
* \param delayed_pending_state The pending media state at the time the request was queued
* \param delayed_active_state The active media state at the time the request was queued
* \param current_active_state The current active media state
* \param run_post_validation Whether to run validation on the resulting media state or not
*