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
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop