]> git.mdlowis.com Git - projs/libcds.git/commitdiff
Moved Doxyfile and added doxygen project
authorMike D. Lowis <mike@mdlowis.com>
Fri, 7 Dec 2012 22:01:59 +0000 (17:01 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Fri, 7 Dec 2012 22:01:59 +0000 (17:01 -0500)
build/DUMMY [deleted file]
build/Doxyfile [moved from Doxyfile with 99% similarity]
premake4.lua

diff --git a/build/DUMMY b/build/DUMMY
deleted file mode 100644 (file)
index e69de29..0000000
similarity index 99%
rename from Doxyfile
rename to build/Doxyfile
index 33ff16ed40914580635c86d014b8f3bbdda27134..2bddb719b27555a43adab98a4a7d0241d694c7ab 100644 (file)
--- a/Doxyfile
@@ -51,7 +51,7 @@ PROJECT_LOGO           =
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = docs/doxygen
+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
@@ -612,7 +612,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = src
+INPUT                  = ../source
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
index 0ef8d2163b89170570134370aa2d9c7af2d69a6b..707eb93017109500a9341ad6e3c6b3cec7153188 100644 (file)
@@ -23,6 +23,9 @@ project "tests"
     files { "tests/**.c*" }
     postbuildcommands { "./tests.exe" }
 
+project "doxygen"
+    postbuildcommands { "doxygen" }
+
 -------------------------------------------------------------------------------
 -- UnitTest++ - A C++ unit testing library
 -------------------------------------------------------------------------------