diff --git a/Doxyfile b/Doxyfile index 12b1307..efbdb59 100644 --- a/Doxyfile +++ b/Doxyfile @@ -771,7 +771,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ./src/EC/Meta ./src/EC +INPUT = ./src/EC/Meta ./src/EC ./doxygen/mainpage.dox ./README.md # 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 @@ -796,7 +796,7 @@ INPUT_ENCODING = UTF-8 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. -FILE_PATTERNS = *.hpp +FILE_PATTERNS = *.hpp *.md # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. diff --git a/README.md b/README.md index 08f9fbe..9d8fe13 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ built and run using cmake (gtest is a dependency). [(Note that gtest uses the BSD 3-Clause License.)](https://github.com/google/googletest/blob/master/LICENSE) +# Generated Doxygen Documentation + +[Check this repository's gh-pages documentation on ECMS](https://stephen-seo.github.io/EntityComponentMetaSystem/) + # Compiling the UnitTests Create a build directory. diff --git a/doxygen/mainpage.dox b/doxygen/mainpage.dox new file mode 100644 index 0000000..45979f4 --- /dev/null +++ b/doxygen/mainpage.dox @@ -0,0 +1,7 @@ +/*! + \mainpage EntityComponentMetaSystem Index Page + + \ref md_README + + Classes + */