diff --git a/Doxyfile b/Doxyfile index 24f21c2c..e22093aa 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Fungus # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.0 +PROJECT_NUMBER = 1.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -767,7 +767,8 @@ INPUT = Assets/Fungus/Scripts/AnimationListener.cs \ Assets/Fungus/Scripts/SpriteFader.cs \ Assets/Fungus/Scripts/StringsParser.cs \ Assets/Fungus/Scripts/StringTable.cs \ - Assets/Fungus/Scripts/View.cs + Assets/Fungus/Scripts/View.cs \ + Assets/Fungus/Docs # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1436,7 +1437,7 @@ DISABLE_INDEX = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # doxygen will group on one line in the generated HTML documentation.