# HG changeset patch # User Giulio Moro # Date 1466040453 -3600 # Node ID 287bcb07de9ac562c27faaa211c7bea7ce04a9aa # Parent 947cb6ef73e7892901ad5c8e6148c3c33c9b6b3f Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB diff -r 947cb6ef73e7 -r 287bcb07de9a Doxyfile --- a/Doxyfile Thu Jun 16 02:01:05 2016 +0100 +++ b/Doxyfile Thu Jun 16 02:27:33 2016 +0100 @@ -648,7 +648,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/ core/ examples/ +INPUT = include/ examples/ # 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 @@ -680,7 +680,7 @@ # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Debug Release +EXCLUDE = include/ne10/ include/oscpkt.hh # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded