Fisheye: Tag 55d9ef4eb7e865ade00e1961804a5daf2b00de8d refers to a dead (removed) revision in file `DeltaShell.proj'. Fisheye: No comparison available. Pass `N' to diff? Index: build/DeltaShell.proj =================================================================== diff -u --- build/DeltaShell.proj (revision 0) +++ build/DeltaShell.proj (revision 55d9ef4eb7e865ade00e1961804a5daf2b00de8d) @@ -0,0 +1,22 @@ + + + + $(WINDIR)\Microsoft.NET\Framework\v4.0.30319 + $(MSBuildProjectDirectory)\.. + $(MSBuildProjectDirectory)\.. + $(BuildPath)\target\Technical_documentation\ + 1.0.0 + + + + + + + + + + + + + + Index: build/Technical_documentation/DeltaShell.doxygen =================================================================== diff -u -r3776b9c7b073a3dbc77fd19497e19a7eb9de3435 -r55d9ef4eb7e865ade00e1961804a5daf2b00de8d --- build/Technical_documentation/DeltaShell.doxygen (.../DeltaShell.doxygen) (revision 3776b9c7b073a3dbc77fd19497e19a7eb9de3435) +++ build/Technical_documentation/DeltaShell.doxygen (.../DeltaShell.doxygen) (revision 55d9ef4eb7e865ade00e1961804a5daf2b00de8d) @@ -51,14 +51,14 @@ # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo # to the output directory. -PROJECT_LOGO = src/DeltaShell/DeltaShell.Gui/Resources/Deltares.ico +PROJECT_LOGO = ../src/DeltaShell/DeltaShell.Gui/Resources/Deltares.ico # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. 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 = target/Technical_documentation +OUTPUT_DIRECTORY = ../target/Technical_documentation # 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 @@ -764,7 +764,7 @@ # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = src +INPUT = ../src # 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 @@ -2299,7 +2299,7 @@ # found. If left blank, it is assumed the dot tool can be found in the path. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_PATH = build\Technical_documentation\Graphviz2.38\bin +DOT_PATH = Technical_documentation\Graphviz2.38\bin # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the \dotfile Index: build/Technical_documentation/build-doc.cmd =================================================================== diff -u -ra5fb714b5cefec8e6dcee1baa90c1d3249121c1b -r55d9ef4eb7e865ade00e1961804a5daf2b00de8d --- build/Technical_documentation/build-doc.cmd (.../build-doc.cmd) (revision a5fb714b5cefec8e6dcee1baa90c1d3249121c1b) +++ build/Technical_documentation/build-doc.cmd (.../build-doc.cmd) (revision 55d9ef4eb7e865ade00e1961804a5daf2b00de8d) @@ -1 +1 @@ -C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe ../../DeltaShell.proj /property:StartUsingCommandLine=true /t:Doxygen /m /v:m /nr:true +C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe ../DeltaShell.proj /property:StartUsingCommandLine=true /t:Doxygen /m /v:m /nr:true