From 61a02f6d991274728e13858b38732f242eaf129d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 9 Aug 2011 19:39:10 +0000 Subject: [PATCH] * Add the header file to doxygen, too * Fix copypaste error. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42607 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/Doxyfile | 1 + docs/user/interface/IconUtils.dox | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index 8e8b4a8e5c..cd2bc99882 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -478,6 +478,7 @@ INPUT = . \ ../../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 \ diff --git a/docs/user/interface/IconUtils.dox b/docs/user/interface/IconUtils.dox index 15d838f70f..a561123cee 100644 --- a/docs/user/interface/IconUtils.dox +++ b/docs/user/interface/IconUtils.dox @@ -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"