fixed comment change (-r 6321): made the doxygen comment of this

commented handle() method a normal comment. Otherwise it would
have unintentionally documented draw().


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2008-09-20 23:51:49 +00:00
parent b25bd5f5eb
commit 9c187dfcac

View File

@ -151,7 +151,7 @@ protected:
\todo Find the implementation, if any, and document it there!
*/
void draw(int,int,int,int);
/**
/*
Handles the specified event, plus 4 extra parameters!
\todo Find the implementation, if any, and document it there!
fabien: I guess the answer is there is no implementation (yet?),