Mercurial > hg > beaglert
diff Doxyfile @ 194:3c3496ff26e0
Doxyfile considers more files
| author | Giulio Moro <giuliomoro@yahoo.it> | 
|---|---|
| date | Thu, 04 Feb 2016 18:03:25 +0000 | 
| parents | d837fb676977 | 
| children | 35fc8bfc240b | 
line wrap: on
 line diff
--- a/Doxyfile Thu Feb 04 18:02:52 2016 +0000 +++ b/Doxyfile Thu Feb 04 18:03:25 2016 +0000 @@ -648,7 +648,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/BeagleRT.h include/Utilities.h include/digital_gpio_mapping.h +INPUT = include/BeagleRT.h include/Utilities.h include/digital_gpio_mapping.h include/PulseIn.h include/Scope.h include/Midi.h include/UdpClient.h include/WriteFile.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
