htmlinclude in paragraph

<[email protected]> Mon, 5 Feb 2018 08:30:38 +0000
Newsgroups gmane.text.doxygen.devel
Message-ID <[email protected]>
--===============1533664671729662589==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_4c320884c8f3439fa3c99829b2b093d5infineoncom_"

--_000_4c320884c8f3439fa3c99829b2b093d5infineoncom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi @all



I have evaluated Doxygen 1.8.14 for using. I noticed a behavior with includ=
ing NSDs (Moritz). Following you can see the include command of doxygen.cfg=
:



ALIASES =3D "extended_diagrams{1}=3D\if DOXYGEN_EXTENDED_DIAGRAMS_NSD  \par=
 Nassi Shneiderman Diagram \n \htmlinclude \1.html \endif



Warning: Illegal command n as part of a title section

Warning: Illegal command htmlinclude as part of a title section





I have solved this issue with following:



ALIASES =3D "extended_diagrams{1}=3D\if DOXYGEN_EXTENDED_DIAGRAMS_NSD  <br>=
 \htmlinclude \1.html \endif



With this the NSDs are included correctly and no warnings or errors are rep=
orted.

But in general can somebody tell me a solution for including html within th=
e paragraph section?

Or should I report a Bug?



BR



Martin


--_000_4c320884c8f3439fa3c99829b2b093d5infineoncom_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"DE" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi @all<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I have evaluated Doxygen 1.8.14=
 for using. I noticed a behavior with including NSDs (Moritz). Following yo=
u can see the include command of doxygen.cfg:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">ALIASES =3D &#8220;extended_dia=
grams{1}=3D\if DOXYGEN_EXTENDED_DIAGRAMS_NSD&nbsp; \par Nassi Shneiderman D=
iagram \n \htmlinclude \1.html \endif<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Warning: Illegal command n as p=
art of a title section<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Warning: Illegal command htmlin=
clude as part of a title section<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I have solved this issue with f=
ollowing:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">ALIASES =3D &#8220;extended_dia=
grams{1}=3D\if DOXYGEN_EXTENDED_DIAGRAMS_NSD&nbsp; &lt;br&gt; \htmlinclude =
\1.html \endif<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">With this the NSDs are included=
 correctly and no warnings or errors are reported.
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">But in general can somebody tel=
l me a solution for including html within the paragraph section?<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Or should I report a Bug?<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">BR<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Martin <o:p></o:p></span></p>
</div>
</body>
</html>

--_000_4c320884c8f3439fa3c99829b2b093d5infineoncom_--


--===============1533664671729662589==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============1533664671729662589==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

--===============1533664671729662589==--