Added doxygen documentation for the parsedate() function.

Tried to get right with doxygen, but it ain't easy...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4386 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-08-27 02:34:47 +00:00
parent d3fdd732fa
commit 4d00ee5ddd
2 changed files with 173 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/** \page support The Support Kit
The Support Kit provides a handy set of functions and classes that you can
use in your applications. It is part of libbe.so.
Documentation is avaible for the following parts:
- \ref parsedate.h Date parsing functions
*/