Update some doxygen comment.
This commit is contained in:
parent
9c9c33fd8b
commit
3c69fec804
3 changed files with 9 additions and 3 deletions
|
@ -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_;
|
||||
|
||||
|
|
|
@ -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_;
|
||||
|
||||
|
|
|
@ -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_;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue