Fix punctuation in a doxygen comment.

This commit is contained in:
Ignacio R. Morelle 2009-03-30 23:05:29 +00:00
parent 9eab7cb5bb
commit 4e6b4ed53e

View File

@ -22,7 +22,7 @@
namespace image {
/**
* Base abstract class for an image-path function
* Base abstract class for an image-path function.
* It actually just enforces the operator()() protocol.
*/
class function_base