diff --git a/Code/Mantid/Framework/API/inc/MantidAPI/ICatalogInfoService.h b/Code/Mantid/Framework/API/inc/MantidAPI/ICatalogInfoService.h
index a053e6581e8c92d875c9a795f2c085a045c2f09d..15d74506a15c74599fa78274c18623a6e50243c2 100644
--- a/Code/Mantid/Framework/API/inc/MantidAPI/ICatalogInfoService.h
+++ b/Code/Mantid/Framework/API/inc/MantidAPI/ICatalogInfoService.h
@@ -47,7 +47,7 @@ public:
                                          const std::string &,
                                          const std::string &) = 0;
   /// Obtains the investigations that the user can publish to and saves related
-  /// information to a workspace..
+  /// information to a workspace.
   virtual ITableWorkspace_sptr getPublishInvestigations() = 0;
 };
 
diff --git a/Code/Mantid/Framework/Algorithms/src/ResampleX.cpp b/Code/Mantid/Framework/Algorithms/src/ResampleX.cpp
index d1e3fd49386dd83ab3239976136816d3e394c9ea..c8386e5d6f7f132218aa7d9168f3f42864788c4d 100644
--- a/Code/Mantid/Framework/Algorithms/src/ResampleX.cpp
+++ b/Code/Mantid/Framework/Algorithms/src/ResampleX.cpp
@@ -148,8 +148,8 @@ string determineXMinMax(MatrixWorkspace_sptr inputWS, vector<double> &xmins,
 }
 
 /**
- * Set the instance variables before running a test of @link
- *ResampleX::determineBinning @endlink
+ * Set the instance variables before running a test of
+ * @link ResampleX::determineBinning @endlink
  *
  * @param numBins The number of bins that will be used.
  * @param useLogBins True if you want log binning.
diff --git a/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp b/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
index 4c123faa1645a84bd1d2a5c3dd96805b8e27aa2f..a8a54fd427489ececcdf7f535ac20ab0b3db010c 100644
--- a/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
@@ -2670,16 +2670,16 @@ void LoadEventNexus::loadTimeOfFlightData(::NeXus::File &file,
   file.closeData();
 }
 
-/** Load information of the sample. It is valid only for ISIS it get the
-*information from
-*  the group isis_vms_compat.
+/**
+* Load information of the sample. It is valid only for ISIS it get the
+* information from the group isis_vms_compat.
 *
-*   If it does not find this group, it assumes that there is nothing to do.
-*   But, if the information is there, but not in the way it was expected, it
-*will log the occurrence.
+* If it does not find this group, it assumes that there is nothing to do.
+* But, if the information is there, but not in the way it was expected, it
+* will log the occurrence.
 *
-* @note: It does essentially the same thing of the method:
-*LoadISISNexus2::loadSampleData
+* @note: It does essentially the same thing of the
+* method: LoadISISNexus2::loadSampleData
 *
 * @param file : handle to the nexus file
 * @param WS : pointer to the workspace
diff --git a/Code/Mantid/Framework/DataHandling/src/LoadGSASInstrumentFile.cpp b/Code/Mantid/Framework/DataHandling/src/LoadGSASInstrumentFile.cpp
index 25a5cc891284d6ac5c452f02d54db4c9ab1a3d66..31d5c00e55a5c573f83c0b20027653b6531ebb61 100644
--- a/Code/Mantid/Framework/DataHandling/src/LoadGSASInstrumentFile.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/LoadGSASInstrumentFile.cpp
@@ -331,9 +331,9 @@ LoadGSASInstrumentFile::findINSLine(const std::vector<std::string> &lines,
 
 //----------------------------------------------------------------------------------------------
 /** Generate output workspace
-**
-**  TO DO Resolve duplication of this code with
-*LoadFullprofResolution::genetableWorkspace(...)
+*
+* TODO Resolve duplication of this code with
+* LoadFullprofResolution::genetableWorkspace(...)
 */
 TableWorkspace_sptr LoadGSASInstrumentFile::genTableWorkspace(
     map<size_t, map<string, double>> bankparammap) {
diff --git a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/NearestNeighbours.h b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/NearestNeighbours.h
index 1ee6a9da124c244854b17fa243fef48fcf6c2ee9..953ba110eebf4f6879020e6bbb1e413cb03ca620 100644
--- a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/NearestNeighbours.h
+++ b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/NearestNeighbours.h
@@ -13,32 +13,24 @@ class V3D;
 namespace Geometry {
 
 /**
- *  This class is used to find the nearest neighbours of a detector in the
- *instrument
- *  geometry. This class can be queried through calls to the getNeighbours()
- *function
- *  on a Detector object.
+ * This class is used to find the nearest neighbours of a detector in the
+ * instrument geometry. This class can be queried through calls to the
+ * getNeighbours() function on a Detector object.
  *
- *  This class uses the ANN Library, from David M Mount and Sunil Arya which is
- *incorporated
- *  into Mantid's Kernel module. Mantid uses version 1.1.2 of this library.
- *  ANN is available from <http://www.cs.umd.edu/~mount/ANN/> and is released
- *under the GNU LGPL.
+ * This class uses the ANN Library, from David M Mount and Sunil Arya which
+ * is incorporated into Mantid's Kernel module. Mantid uses version 1.1.2
+ * of this library.
+ * ANN is available from <http://www.cs.umd.edu/~mount/ANN/> and is released
+ * under the GNU LGPL.
  *
- *  Known potential issue: boost's graph has an issue that may cause compilation
- *errors in some
- *  circumstances in the current version of boost used by Mantid (1.43) based on
- *tr1::tie. This
- *  issue is fixed in later versions of boost, but should in theory be guarded
- *against by this
- *  file only being included in ParameterMap.
+ * Known potential issue: boost's graph has an issue that may cause compilation
+ * errors in some circumstances in the current version of boost used by
+ * Mantid (1.43) based on tr1::tie. This issue is fixed in later versions
+ * of boost, but should in theory be guarded against by this file only being
+ * included in ParameterMap.
  *
- *  @author Michael Whitty, STFC
- *  @author Martyn Gigg, Tessella plc
- *  @date 06/12/2010
- *
- *  Copyright &copy; 2010 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge
- *National Laboratory & European Spallation Source
+ * Copyright &copy; 2010 ISIS Rutherford Appleton Laboratory, NScD Oak Ridge
+ * National Laboratory & European Spallation Source
  *
  *  This file is part of Mantid.
  *
diff --git a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/MDGeometry/MDTypes.h b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/MDGeometry/MDTypes.h
index 2f0b9b15fc66d63c441a785cb5e73b4063afc302..84983b49ca7def7b6f32c650da911c178ffdaf2d 100644
--- a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/MDGeometry/MDTypes.h
+++ b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/MDGeometry/MDTypes.h
@@ -60,7 +60,7 @@ typedef double signal_t;
  * }
  *
  * @tparam MDE :: the MDLeanEvent/MDEvent type; at first, this will always be
- *MDLeanEvent<nd>
+ *                MDLeanEvent<nd>
  * @tparam nd :: the number of dimensions in the center coords. Passing this
  *               as a template argument should speed up some code.
  */
diff --git a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Rendering/OCGeometryGenerator.h b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Rendering/OCGeometryGenerator.h
index 743b0f572b42bbc344f9e37db0d35dc656c9f836..afff96a016f030a2061d4ad5a4e57e8bbd5d3916 100644
--- a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Rendering/OCGeometryGenerator.h
+++ b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Rendering/OCGeometryGenerator.h
@@ -98,7 +98,7 @@ public:
   /// mesh
   double *getTriangleVertices();
   /// get a pointer to the 3x(NumberOFaces) integers describing points forming
-  /// faces (p1,p2,p3)(p4,p5,p6)..
+  /// faces (p1,p2,p3)(p4,p5,p6).
   int *getTriangleFaces();
 };
 
diff --git a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
index 6fc587a5d1a11c045be2b7aadd1c1bab2ed4fad8..86a905f685615bd9695574e078bf0f09fd0acd86 100644
--- a/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
+++ b/Code/Mantid/Framework/Geometry/src/Crystal/PointGroup.cpp
@@ -17,17 +17,14 @@ using Kernel::IntMatrix;
  * Returns all equivalent reflections for the supplied hkl.
  *
  * This method returns a vector containing all equivalent hkls for the supplied
- *one.
- * It depends on the internal state of the pointgroup object (e.g. which
- *symmetry operations
- * and therefore, which transformation matrices are present). This internal
- *state
- * is unique for each concrete point group and is set in the constructor.
+ * one. It depends on the internal state of the pointgroup object (e.g. which
+ * symmetry operations and therefore, which transformation matrices are
+ * present). This internal state is unique for each concrete point group and
+ * is set in the constructor.
  *
  * The returned vector always contains a set of unique hkls, so for special hkls
- *like (100),
- * it has fewer entries than for a general hkl. See also
- *PointGroup::getEquivalentSet.
+ * like (100), it has fewer entries than for a general hkl. See also
+ * PointGroup::getEquivalentSet.
  *
  * @param hkl :: Arbitrary hkl
  * @return :: std::vector containing all equivalent hkls.
@@ -42,14 +39,11 @@ std::vector<V3D> PointGroup::getEquivalents(const V3D &hkl) const {
  * Returns the same V3D for all equivalent hkls.
  *
  * This method is closely related to PointGroup::getEquivalents. It returns the
- *same
- * V3D for all hkls of one "family". For example in a cubic point group it will
- *return (100)
- * for (001), (010), (0-10), etc.
+ * same V3D for all hkls of one "family". For example in a cubic point group
+ * it will return (100) for (001), (010), (0-10), etc.
  *
  * It can be used to generate a set of symmetry independent hkls, useful for
- *example
- * in powder diffraction.
+ * example in powder diffraction.
  *
  * @param hkl :: Arbitrary hkl
  * @return :: hkl specific to a family of index-triplets
diff --git a/Code/Mantid/Framework/Kernel/src/LogParser.cpp b/Code/Mantid/Framework/Kernel/src/LogParser.cpp
index 26bc5d1ac6a5fe5e966fc6285669fcde99f9b2af..c58b0d77155598a97376c45d293a07e36cc9faad 100644
--- a/Code/Mantid/Framework/Kernel/src/LogParser.cpp
+++ b/Code/Mantid/Framework/Kernel/src/LogParser.cpp
@@ -294,12 +294,11 @@ struct hasNewStyleCommands {
 }
 
 /**
-  * Check if the icp log commands are in the new style. The new style is the one
- * that
-  * uses START_COLLECTION and STOP_COLLECTION commands for changing periods and
- * running status.
-  * @param logm :: A log map created from a icp-event log.
-  */
+ * Check if the icp log commands are in the new style. The new style is the one
+ * that uses START_COLLECTION and STOP_COLLECTION commands for changing periods
+ * and running status.
+ * @param logm :: A log map created from a icp-event log.
+ */
 bool LogParser::isICPEventLogNewStyle(
     const std::multimap<Kernel::DateAndTime, std::string> &logm) {
   hasNewStyleCommands checker;
@@ -309,12 +308,12 @@ bool LogParser::isICPEventLogNewStyle(
 
 /**
  * Returns the time-weighted mean value if the property is
- *TimeSeriesProperty<double>.
+ * TimeSeriesProperty<double>.
  *
  * TODO: Make this more efficient.
  *
  * @param p :: Property with the data. Will throw if not
- *TimeSeriesProperty<double>.
+ *             TimeSeriesProperty<double>.
  * @return The mean value over time.
  * @throw runtime_error if the property is not TimeSeriesProperty<double>
 */