mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added info on how to build Doxygen documentation
This commit is contained in:
parent
d23e32fc4e
commit
c7e06b6bf6
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# USB Host Library Rev.2.0
|
||||
|
||||
The code is released under the GNU General Public License.
|
||||
__________
|
||||
|
||||
This is the documentation for the USB Host Library.
|
||||
|
||||
It is generated using [Doxygen](http://www.stack.nl/~dimitri/doxygen/) and hosted using [Github Pages](https://help.github.com/categories/20/articles).
|
||||
|
||||
In order to build the documentation you will need the [Doxyfile](Doxyfile) and [imageStyle.css](imageStyle.css) files.
|
||||
|
||||
Also since there is a bug in Doxygen you will need to add \ in front of the @-sign in [Oleg's email address](https://github.com/felis/USB_Host_Shield_2.0#developed-by) in the [README.md](https://github.com/felis/USB_Host_Shield_2.0#developed-by) file.
|
||||
|
||||
Also please uncomment <code>\#define WIICAMERA</code> in [Wii.h](https://github.com/felis/USB_Host_Shield_2.0/blob/master/Wii.h).
|
Loading…
Reference in a new issue