diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 10:34:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-01 10:34:07 +0000 |
commit | a4ebf4e92061bf1eec9224e64bc823ca7bedada4 (patch) | |
tree | 84a7e0086f652c2eb56721b77aa163c9b5799bde /LUFA/ManPages | |
parent | 2ae397dc2f6398cadbb228108e826be170548e61 (diff) | |
download | lufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.tar.gz lufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.tar.bz2 lufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.zip |
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/LibraryResources.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index f669de325..4d1115d66 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -7,18 +7,26 @@ /**
* \page Page_Resources Library Resources
*
+ * \section Sec_ProjectPages LUFA Related Webpages
* Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n
+ * Author's Website: http://www.fourwalledcubicle.com \n
* Development Blog: http://www.fourwalledcubicle.com/blog \n
+ *
+ * \section Sec_ProjectHelp Assistance With LUFA
* Discussion Group: http://groups.google.com/group/myusb-support-list \n
+ * Author's Email: dean [at] fourwalledcubicle [dot] com
+ *
+ * \section Sec_InDevelopment Latest In-Development Source Code
* Official Releases, SVN Access, Issue Tracker: http://code.google.com/p/lufa-lib/ \n
- * Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master
- * Git Access: http://github.com/abcminiuser/lufa-lib
- * Commit RSS: http://github.com/feeds/abcminiuser/commits/lufa-lib/master
- * Author's Website: http://www.fourwalledcubicle.com \n
+ * Git Access: http://github.com/abcminiuser/lufa-lib \n
+ * Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master \n
+ * Commit RSS Feed: http://github.com/feeds/abcminiuser/commits/lufa-lib/master \n
*
+ * \section Sec_Toolchain AVR Toolchain
* WinAVR Website: http://winavr.sourceforge.net \n
* avr-libc Website: http://www.nongnu.org/avr-libc/ \n
*
+ * \section Sec_USBResources USB Resources
* USB-IF Website: http://www.usb.org \n
*/
\ No newline at end of file |