You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Doxygen cannot cope with macros with multiline
parameters. There was a DEPRECATED macro with a multiline comment
explaining which method to use instead, which led to Doxygen producing
a warning message and failing to produce the correct documentation. With
the message passed to the DEPRECATED macro abbreviated so that it fits
in one line, Doxygen can produce the correct documentation.
(There is only one instrument_cover_goals() method which takes a
goto_programt as its first parameter.)
0 commit comments