[haiku-commits] r39706 - haiku/trunk/docs/user/interface

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 2 Dec 2010 19:40:15 +0100 (CET)

Author: pulkomandy
Date: 2010-12-02 19:40:15 +0100 (Thu, 02 Dec 2010)
New Revision: 39706
Changeset: http://dev.haiku-os.org/changeset/39706

Modified:
   haiku/trunk/docs/user/interface/Box.dox
Log:
Fix missing \fn.


Modified: haiku/trunk/docs/user/interface/Box.dox
===================================================================
--- haiku/trunk/docs/user/interface/Box.dox     2010-12-02 18:12:18 UTC (rev 
39705)
+++ haiku/trunk/docs/user/interface/Box.dox     2010-12-02 18:40:15 UTC (rev 
39706)
@@ -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


Other related posts:

  • » [haiku-commits] r39706 - haiku/trunk/docs/user/interface - pulkomandy