Skip to content

Commit

Permalink
BUG: Fixed doxygen warning and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Apr 27, 2011
1 parent 2e10a7e commit 30c1e2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Code/Common/sitkDualMemberFunctionFactory.h
Expand Up @@ -118,7 +118,7 @@ class DualMemberFunctionFactory
}
/** @} */

/** \bried Query to determine if an member function has been
/** \brief Query to determine if an member function has been
* registered for pixelID1, pixelID2 and imageDimension
*/
bool HasMemberFunction( PixelIDValueType pixelID1,
Expand Down
2 changes: 1 addition & 1 deletion Code/Common/sitkMemberFunctionFactory.h
Expand Up @@ -106,7 +106,7 @@ class MemberFunctionFactory
}
/** @} */

/** \bried Query to determine if an member function has been
/** \brief Query to determine if an member function has been
* registered for pixelID and imageDimension
*/
bool HasMemberFunction( PixelIDValueType pixelID, unsigned int imageDimension ) const throw();
Expand Down
8 changes: 4 additions & 4 deletions Documentation/Doxygen/Developer.dox
Expand Up @@ -5,9 +5,9 @@

\section VS2008 Building with Visual Studio 2008

Visual Studio 2008 is the oldest supported Microsoft development environment that SimpleITK supports. To build, you will need to download and install the TR1 implementation contained in the \link http://www.microsoft.com/downloads/en/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&displaylang=en Visual C++ 2008 Feature Pack Release \endlink.
Visual Studio 2008 is the oldest supported Microsoft development environment that SimpleITK supports. To build, you will need to download and install the TR1 implementation contained in the <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&displaylang=en">Visual C++ 2008 Feature Pack Release</a>.

Visual Studio also requires an implementation of stdint.h, which can be downloaded \link http://msinttypes.googlecode.com/svn/trunk/stdint.h here \endlink and should be installed in:
Visual Studio also requires an implementation of stdint.h, which can be downloaded <a href="http://msinttypes.googlecode.com/svn/trunk/stdint.h">here</a> and should be installed in:

\verbatim
C:\Program Files\Microsoft Visual Studio 9.0\VC\include
Expand Down Expand Up @@ -43,8 +43,8 @@ code may not have changed, it's impossible for CMake or your make-file
tool to determine this.

Fortunately, there is a tool which can cache results of compilation and
reduce recompilation. Using \link http://ccache.samba.org/ ccache
\endlink can greatly accelerate the development time when rebuilding
reduce recompilation. Using <a href="http://ccache.samba.org/">ccache</a>
can greatly accelerate the development time when rebuilding
SimpleITK frequently. Usage is quite simple, download and
install. However, getting CMake to work with the compiler requires a
couple little scripts, which I called "ccache-cc" and "ccache-c++":
Expand Down

0 comments on commit 30c1e2d

Please sign in to comment.