Update some doxygen comment.

This commit is contained in:
Mark de Wever 2010-01-31 15:15:25 +00:00
parent 9c9c33fd8b
commit 3c69fec804
3 changed files with 9 additions and 3 deletions

View file

@ -256,7 +256,9 @@ private:
/**
* Contains a pointer to the generator.
*
* The pointer is not owned by this variable.
* The pointer is not owned by this class, it's stored in the content_grid_
* of the tscrollbar_container super class and freed when it's grid is
* freed.
*/
tgenerator_* generator_;

View file

@ -144,7 +144,9 @@ private:
/**
* Contains a pointer to the generator.
*
* The pointer is not owned by this variable.
* The pointer is not owned by this class, it's stored in the content_grid_
* of the tscrollbar_container super class and freed when it's grid is
* freed.
*/
tgenerator_* generator_;

View file

@ -56,7 +56,9 @@ private:
/**
* Contains a pointer to the generator.
*
* The pointer is not owned by this variable.
* The pointer is not owned by this class, it's stored in the content_grid_
* of the tscrollbar_container super class and freed when it's grid is
* freed.
*/
tgenerator_* generator_;