]> 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:05:00 +0000 (18:05 -0500)
commit214d0d118aab39805717a7c0ae006433e70b9229
tree0f41acc42f35f1bd0d70597c9b36970fbaf6e3df
parent8b965c386ab98a3bafa33f4ed06ffc1114349f69
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