mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Add author image to library documentation.
This commit is contained in:
parent
48b3c9976c
commit
345506b11c
File diff suppressed because one or more lines are too long
BIN
LUFA/Author.jpg
Normal file
BIN
LUFA/Author.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -7,6 +7,8 @@
|
|||||||
/**
|
/**
|
||||||
* \page Page_Donating Donating to Support This Project
|
* \page Page_Donating Donating to Support This Project
|
||||||
*
|
*
|
||||||
|
* \image html Author.jpg "Dean Camera, LUFA Developer"
|
||||||
|
*
|
||||||
* I am a 20 year old University student studying for a double degree in Computer Science and Electronics Engineering.
|
* I am a 20 year old University student studying for a double degree in Computer Science and Electronics Engineering.
|
||||||
* The development and support of this library requires much effort from myself, as I am the sole developer, maintainer
|
* The development and support of this library requires much effort from myself, as I am the sole developer, maintainer
|
||||||
* and supporter. Please consider donating a small amount to support this and my future Open Source projects - All
|
* and supporter. Please consider donating a small amount to support this and my future Open Source projects - All
|
||||||
|
@ -640,7 +640,7 @@ EXAMPLE_RECURSIVE = NO
|
|||||||
# directories that contain image that are included in the documentation (see
|
# directories that contain image that are included in the documentation (see
|
||||||
# the \image command).
|
# the \image command).
|
||||||
|
|
||||||
IMAGE_PATH =
|
IMAGE_PATH = ./
|
||||||
|
|
||||||
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
||||||
# invoke to filter for each input file. Doxygen will invoke the filter program
|
# invoke to filter for each input file. Doxygen will invoke the filter program
|
||||||
|
Loading…
Reference in New Issue
Block a user