Removed TODO comment; no version bump.

This commit is contained in:
Jim Derry 2017-03-19 16:39:13 -04:00
parent 3b9fd6bd5e
commit 0be7ed8e33
1 changed files with 0 additions and 4 deletions

View File

@ -1301,10 +1301,6 @@ TIDY_EXPORT ctmbstr TIDY_CALL tidyGetMessageOutput( TidyMessage tmessage );
** // do something with my_arg, such as inspect its value or format
** }
** @endcode
** TODO: The internal iterator can be made to hold a reference to the
** TidyMessage so that we don't have to specify it all the time in
** these API functions. In addition the TidyMessageArgument should be
** made to do that same, so that we can simplify those signatures, too.
** @param tmessage The message about whose arguments you wish to query.
** @result Returns a TidyIterator, which is a token used to represent the
** current position in a list within LibTidy.