Skip to content

Commit ba6bb91

Browse files
committed
Reorganizing library structure, prep for 2.0.0
1 parent 4811eb5 commit ba6bb91

File tree

1,020 files changed

+5
-143645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,020 files changed

+5
-143645
lines changed

Documentation/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ WARN_LOGFILE =
743743
# spaces.
744744
# Note: If this tag is empty the current directory is searched.
745745

746-
INPUT = libraries/MySensors Documentation/mainpage.dox
746+
INPUT = . Documentation/mainpage.dox
747747

748748
# This tag can be used to specify the character encoding of the source files
749749
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -811,7 +811,7 @@ EXCLUDE_SYMBOLS =
811811
# that contain example code fragments that are included (see the \include
812812
# command).
813813

814-
EXAMPLE_PATH = libraries/MySensors/examples libraries/MySensors/drivers/AES
814+
EXAMPLE_PATH = examples drivers/AES
815815

816816
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
817817
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and

libraries/MySensors/MyConfig.h renamed to MyConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,4 +701,5 @@
701701
#define MY_PARENT_NODE_IS_STATIC
702702
#define MY_REGISTRATION_CONTROLLER
703703
#define MY_DEBUG_VERBOSE_RF24
704+
#define MY_TRANSPORT_SANITY_CHECK
704705
#endif
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)