[sr-dev] git:master: doc: dump_selects.pl: fix bare <listitem> in generated xmls

Andrei Pelinescu-Onciul andrei at iptel.org
Mon Mar 8 14:16:23 CET 2010


Module: sip-router
Branch: master
Commit: 0e146aac071284fd0d1ce0b4543e272a79d5c229
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e146aac071284fd0d1ce0b4543e272a79d5c229

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Mar  7 12:28:04 2010 +0100

doc: dump_selects.pl: fix bare <listitem> in generated xmls

- <listitem></listitem> cannot contain bare text => switched to
  using <simpara></simpara> inside

---

 doc/scripts/cdefs2doc/dump_selects.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/scripts/cdefs2doc/dump_selects.pl b/doc/scripts/cdefs2doc/dump_selects.pl
index f88d252..aea0018 100755
--- a/doc/scripts/cdefs2doc/dump_selects.pl
+++ b/doc/scripts/cdefs2doc/dump_selects.pl
@@ -607,7 +607,7 @@ format DOCBOOK_FOOTER =
 .
 
 format DOCBOOK_SELLINE =
-	<listitem>@*
+	<listitem><simpara>@*</simpara>
 					$name
 ~~<para>^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< </para>
         $desc




More information about the sr-dev mailing list