[haiku-commits] r42607 - in haiku/trunk/docs/user: . interface

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 9 Aug 2011 21:39:10 +0200 (CEST)

Author: pulkomandy
Date: 2011-08-09 21:39:10 +0200 (Tue, 09 Aug 2011)
New Revision: 42607
Changeset: https://dev.haiku-os.org/changeset/42607

Modified:
   haiku/trunk/docs/user/Doxyfile
   haiku/trunk/docs/user/interface/IconUtils.dox
Log:
 * Add the header file to doxygen, too
 * Fix copypaste error.


Modified: haiku/trunk/docs/user/Doxyfile
===================================================================
--- haiku/trunk/docs/user/Doxyfile      2011-08-09 19:31:46 UTC (rev 42606)
+++ haiku/trunk/docs/user/Doxyfile      2011-08-09 19:39:10 UTC (rev 42607)
@@ -478,6 +478,7 @@
                                                 
../../headers/os/interface/Box.h \
                                                 
../../headers/os/interface/GridLayout.h \
                                                 
../../headers/os/interface/GroupLayout.h \
+                                                
../../headers/os/interface/IconUtils.h \
                                                 
../../headers/os/interface/Layout.h \
                                                 
../../headers/os/interface/LayoutBuilder.h \
                                                 
../../headers/os/interface/LayoutItem.h \

Modified: haiku/trunk/docs/user/interface/IconUtils.dox
===================================================================
--- haiku/trunk/docs/user/interface/IconUtils.dox       2011-08-09 19:31:46 UTC 
(rev 42606)
+++ haiku/trunk/docs/user/interface/IconUtils.dox       2011-08-09 19:39:10 UTC 
(rev 42607)
@@ -68,7 +68,7 @@
 
 
 /*!    \fn static status_t BIconUtils::GetVectorIcon(const uint8* buffer,
-               const char* attrName, BBitmap* result)
+               size_t size, BBitmap* result)
        \brief Utility function to import a vector icon in "flat icon" format.
        
        Utility function to import a vector icon in "flat icon"


Other related posts:

  • » [haiku-commits] r42607 - in haiku/trunk/docs/user: . interface - pulkomandy