[Doxygen-develop] htmlinclude in paragraph
Brought to you by:
dimitri
From: <Mar...@in...> - 2018-02-05 09:05:43
|
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 |