Skip to content

Commit

Permalink
* Add the header file to doxygen, too
Browse files Browse the repository at this point in the history
 * Fix copypaste error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42607 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
pulkomandy committed Aug 9, 2011
1 parent ca2c99c commit 61a02f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/user/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/user/interface/IconUtils.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 61a02f6

Please sign in to comment.