Added docs folder for doxygen. Includes the mainpage.dox file and the Doxyfile.

This commit is contained in:
Felix 2013-03-23 21:24:18 +01:00
parent 6aff5047e4
commit 884080d0fb
3 changed files with 1742 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
html/
html/

1720
docs/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

21
docs/mainpage.dox Normal file
View File

@ -0,0 +1,21 @@
/**
@author uOFW
@brief Documentation file for Mainpage, and defgroups.
@file
*/
/**
@mainpage uOFW - The uOFW API for the PSP (Playstation Portable) Kernel 6.60.
This documentation contains exported functions by reverse-engineered PSP modules.\n
It is aimed at those people who want to write applications for the PSP and want
to get an overview about the functions they can use.
This documentation does not provide detailed information about the internals of the PSP kernel;\n
if you want to learn more about the inner-works of the kernel, please take a look here: https://github.com/uofw/uofw/tree/master/src
This documentation is still incomplete, and we are working hard on adding more documented modules to it.
If you find mistakes in this documentation or have suggestions how to improve it, please contact us via e-mail\n
or join us in our IRC chat room, called #uofw on the FreeNode server.
*/