[Doxygen-develop] Doxygen frees with missing @endcode
Brought to you by:
dimitri
From: Vaclav P. <wen...@gm...> - 2012-09-04 10:53:45
|
Hi, I get this warning reached end of comment while inside a @code block; check for missing @endcode tag! The python docs string with wrong tag is here (nothing special): """!Some text... @code >>> some code... @code """ At some other places missing @endcode just caused a warning and documentation is generated. But here Doxygen is just doing something but without any output. Maybe it is a bug, but I'm no able to reproduce it with minimal example (but you can download the source code if you want). It happens only with the 1.8.1.2 and 1.8.2, not with the 1.6.3. For user solution is simple, just repair markup. But there is probably some problem because Doxygen should end with error or just go over this warning (like previous versions does). Vaclav |