Commit 5908fb33 authored by twanvl's avatar twanvl

Moved doxygen to other directory so 'doc' can be used for actual documentation

parent 181fa9b4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
PROJECT_NAME = "Magic Set Editor" PROJECT_NAME = "Magic Set Editor"
PROJECT_NUMBER = PROJECT_NUMBER =
OUTPUT_DIRECTORY = ../../doc OUTPUT_DIRECTORY = ../../doc/doxygen
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES USE_WINDOWS_ENCODING = YES
......
#! /usr/bin/perl #! /usr/bin/perl
@html = <../../doc/*.html>; @html = <../../doc/doxygen/*.html>;
# for each html file # for each html file
foreach $file (@html) { foreach $file (@html) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment