<!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("models path", "Models Path",models_path_comments, PROP_MODELS_PATH_DEFAULT, G_PARAM_READWRITE));<BR>
<BR>
If "models_path_comments" (which is a previously defined #define string) has a "\n" in it, anything after the "\n" 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>
><BR>
> When generating documentation for a given plugin, if I have a newline<BR>
> character in the string read in for the comments, everything after the<BR>
> newline character '\n' is lost.<BR>
> Is there a way around this?<BR>
><BR>
Can you post an example?<BR>
<BR>
Stefan<BR>
><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>
_______________________________________________<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>