<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: newline in documentation</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Sure, for instance if I have a property in my plug-in that I've installed as such (below):<BR>
<BR>
g_object_class_install_property (gobject_class, PROP_MODELS_PATH, g_param_spec_string(&quot;models path&quot;, &quot;Models Path&quot;,models_path_comments, PROP_MODELS_PATH_DEFAULT, G_PARAM_READWRITE));<BR>
<BR>
If &quot;models_path_comments&quot; (which is a previously defined #define string) has a &quot;\n&quot; in it, anything after the &quot;\n&quot; will be lost in the generated html.<BR>
<BR>
If you need additional code or an example, I can provide.<BR>
<BR>
Greg<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: gstreamer-devel-bounces+gwunder=eoir.com@lists.freedesktop.org on behalf of Stefan Kost<BR>
Sent: Mon 4/11/2011 10:30 AM<BR>
To: gstreamer-devel@lists.freedesktop.org<BR>
Subject: Re: newline in documentation<BR>
<BR>
hi greg,<BR>
On 08.04.2011 21:54, Greg Wunder wrote:<BR>
&gt;<BR>
&gt; When generating documentation for a given plugin, if I have a newline<BR>
&gt; character in the string read in for the comments, everything after the<BR>
&gt; newline character '\n' is lost.<BR>
&gt; Is there a way around this?<BR>
&gt;<BR>
Can you post an example?<BR>
<BR>
Stefan<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; gstreamer-devel mailing list<BR>
&gt; gstreamer-devel@lists.freedesktop.org<BR>
&gt; <A HREF="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</A><BR>
<BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.freedesktop.org<BR>
<A HREF="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>