From 15352f8de63a7d1863f3dce2ca8444045f9b5a7f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 2 Dec 2010 18:40:15 +0000 Subject: [PATCH] Fix missing \fn. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39706 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/interface/Box.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/Box.dox b/docs/user/interface/Box.dox index da05d1269a..4eff31f53f 100644 --- a/docs/user/interface/Box.dox +++ b/docs/user/interface/Box.dox @@ -198,7 +198,7 @@ */ -/*! virtual void BBox::GetPreferredSize(float* _width, float* _height) +/*! \fn virtual void BBox::GetPreferredSize(float* _width, float* _height) \brief Gets the dimensions the box would prefer to be. The size is computed from the children sizes, unless it was explicitly set