Re: [Doxygen-develop] htmlinclude in paragraph
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2018-02-05 09:48:54
|
Martin, I think the best way to solve this problem by means of using ^^ instead of the \n in ALIAS command. Furthermore I think that it is wise to have befoe the \par also a ^^. The documentation of doxygen is not completely up to date regarding this issue though. Albert <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avg.com <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Feb 5, 2018 at 9:30 AM, <Mar...@in...> wrote: > Hi @all > > > > I have evaluated Doxygen 1.8.14 for using. I noticed a behavior with > including NSDs (Moritz). Following you can see the include command of > doxygen.cfg: > > > > ALIASES = “extended_diagrams{1}=\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 = “extended_diagrams{1}=\if DOXYGEN_EXTENDED_DIAGRAMS_NSD <br> > \htmlinclude \1.html \endif > > > > With this the NSDs are included correctly and no warnings or errors are > reported. > > But in general can somebody tell me a solution for including html within > the paragraph section? > > Or should I report a Bug? > > > > BR > > > > Martin > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > > |