diff --git a/Doxygen b/Doxygen index 4d547fd5f..5278e7080 100644 --- a/Doxygen +++ b/Doxygen @@ -213,7 +213,7 @@ MULTILINE_CPP_IS_BRIEF = NO # documentation from any documented member that it re-implements. # The default value is: YES. -INHERIT_DOCS = YES +INHERIT_DOCS = NO # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new # page for each member. If set to NO, the documentation of a member will be part @@ -329,7 +329,7 @@ AUTOLINK_SUPPORT = YES # diagrams that involve STL classes more complete and accurate. # The default value is: NO. -BUILTIN_STL_SUPPORT = NO +BUILTIN_STL_SUPPORT = YES # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. @@ -502,7 +502,7 @@ HIDE_UNDOC_CLASSES = NO # included in the documentation. # The default value is: NO. -HIDE_FRIEND_COMPOUNDS = NO +HIDE_FRIEND_COMPOUNDS = YES # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any # documentation blocks found inside the body of a function. If set to NO, these @@ -624,26 +624,26 @@ STRICT_PROTO_MATCHING = NO # list. This list is created by putting \todo commands in the documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test # list. This list is created by putting \test commands in the documentation. # The default value is: YES. -GENERATE_TESTLIST = YES +GENERATE_TESTLIST = NO # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug # list. This list is created by putting \bug commands in the documentation. # The default value is: YES. -GENERATE_BUGLIST = YES +GENERATE_BUGLIST = NO # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) # the deprecated list. This list is created by putting \deprecated commands in # the documentation. # The default value is: YES. -GENERATE_DEPRECATEDLIST= YES +GENERATE_DEPRECATEDLIST= NO # The ENABLED_SECTIONS tag can be used to enable conditional documentation # sections, marked by \if ... \endif and \cond @@ -821,6 +821,7 @@ FILE_PATTERNS = *.c \ *.cxx \ *.cpp \ *.c++ \ + *.tcc \ *.java \ *.ii \ *.ixx \ @@ -921,7 +922,7 @@ EXAMPLE_PATTERNS = *.cpp # irrespective of the value of the RECURSIVE tag. # The default value is: NO. -EXAMPLE_RECURSIVE = NO +EXAMPLE_RECURSIVE = YES # The IMAGE_PATH tag can be used to specify one or more files or directories # that contain images that are to be included in the documentation (see the diff --git a/api/core/helpers.rst b/api/core/helpers.rst index 43a85c903..7e4b6208d 100644 --- a/api/core/helpers.rst +++ b/api/core/helpers.rst @@ -11,6 +11,11 @@ helpers.h .. doxygenfile:: esphomelib/helpers.h +util.h +****** + +.. doxygenfile:: esphomelib/uil.h + optional.h ********** diff --git a/api/core/index.rst b/api/core/index.rst index 3ee2913a1..925f45e8e 100644 --- a/api/core/index.rst +++ b/api/core/index.rst @@ -20,3 +20,4 @@ Core Time