Browse Source

change the name of output directories to be more useful when pushed to gh-pages.

Charlie Patterson 12 years ago
parent
commit
7031c819d2

+ 1 - 1
tools/documentation/config/torque2DReference.cfg

@@ -52,7 +52,7 @@ PROJECT_LOGO           =
 # If a relative path is entered, it will be relative to the location
 # 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.
 # where doxygen was started. If left blank the current directory will be used.
 
 
-OUTPUT_DIRECTORY       = output/torque2D
+OUTPUT_DIRECTORY       = output/torque2DDocs
 
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 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
 # 4096 sub-directories (in 2 levels) under the output directory of each output

+ 1 - 1
tools/documentation/config/torqueScriptReference-from-dump.cfg

@@ -38,7 +38,7 @@ PROJECT_NUMBER         =
 # If a relative path is entered, it will be relative to the location 
 # 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.
 # where doxygen was started. If left blank the current directory will be used.
 
 
-OUTPUT_DIRECTORY       = output/torqueScript-from-dump
+OUTPUT_DIRECTORY       = output/torqueScriptDocs-from-dump
 
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
 # 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 
 # 4096 sub-directories (in 2 levels) under the output directory of each output 

+ 2 - 2
tools/documentation/config/torqueScriptReference.cfg

@@ -52,7 +52,7 @@ PROJECT_LOGO           =
 # If a relative path is entered, it will be relative to the location
 # 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.
 # where doxygen was started. If left blank the current directory will be used.
 
 
-OUTPUT_DIRECTORY       = output/torqueScript
+OUTPUT_DIRECTORY       = output/torqueScriptDocs
 
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 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
 # 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -1675,7 +1675,7 @@ SKIP_FUNCTION_MACROS   = YES
 # NOT include the path). If a tag file is not located in the directory in which
 # NOT include the path). If a tag file is not located in the directory in which
 # doxygen is run, you must also specify the path to the tagfile here.
 # doxygen is run, you must also specify the path to the tagfile here.
 
 
-TAGFILES               = Torque2D.tag=../../torque2D/html
+TAGFILES               = Torque2D.tag=../../torque2DDocs/html
 
 
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
 # a tag file that is based on the input files it reads.
 # a tag file that is based on the input files it reads.