diff --git a/.gitignore b/.gitignore index 1afc9bf..da46973 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ cmake_install.cmake libSDL2pp.so # doxygen -doxygen/html -doxygen/latex +doxygen diff --git a/doxygen/doxyfile b/Doxyfile similarity index 99% rename from doxygen/doxyfile rename to Doxyfile index 46202f6..7aa9f17 100644 --- a/doxygen/doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libSDL2pp" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = 0.3.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 @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = doxygen # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -753,7 +753,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ../ +INPUT = SDL2pp # 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 @@ -788,7 +788,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ../demos ../tests ../testdata +EXCLUDE = # 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 @@ -821,7 +821,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = ../demos +EXAMPLE_PATH = demos # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and