]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: formatting error in documentation
authorKevin Harwell <kharwell@digium.com>
Tue, 6 Nov 2018 22:35:30 +0000 (16:35 -0600)
committerKevin Harwell <kharwell@digium.com>
Tue, 6 Nov 2018 23:03:38 +0000 (17:03 -0600)
commit03efafbd4d6ba30c2db7c1e35f6ed08baf53a34f
tree21f3505f8162db456fc1ce3a3e4eac171b01a646
parent5710cf7c9441b2dfd17d75de5f40c0f05dc85aaf
res_pjsip: formatting error in documentation

The use of a '|' in the "global/debug" synopsis documentation caused the
generated html table on the wiki to add an extra column that included the
text after the pipe.

This patch replaces the pipe with a comma.

ASTERISK-28150

Change-Id: I3d79a6ca6d733d9cb290e779438114884b98a719
res/res_pjsip.c