Skip to content

Commit

Permalink
Fixed doxygen warnings. Re #6137.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Mar 13, 2013
1 parent 48f9b9e commit bedecfb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ set ( MANTID_SRCS src/Mantid/AbstractMantidLog.cpp
src/Mantid/InstrumentWidget/GLActorVisitor.cpp
src/Mantid/InstrumentWidget/GLColor.cpp
src/Mantid/InstrumentWidget/GLObject.cpp
#src/Mantid/InstrumentWidget/GLTrackball.cpp
#src/Mantid/InstrumentWidget/GLViewport.cpp
src/Mantid/InstrumentWidget/ICompAssemblyActor.cpp
src/Mantid/InstrumentWidget/InputController.cpp
src/Mantid/InstrumentWidget/InstrumentActor.cpp
Expand Down Expand Up @@ -425,8 +423,6 @@ set ( MANTID_HDRS src/Mantid/AbstractMantidLog.h
src/Mantid/InstrumentWidget/GLActorVisitor.h
src/Mantid/InstrumentWidget/GLColor.h
src/Mantid/InstrumentWidget/GLObject.h
#src/Mantid/InstrumentWidget/GLTrackball.h
#src/Mantid/InstrumentWidget/GLViewport.h
src/Mantid/InstrumentWidget/ICompAssemblyActor.h
src/Mantid/InstrumentWidget/InputController.h
src/Mantid/InstrumentWidget/InstrumentActor.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void InstrumentWindowRenderTab::showAxes(bool on)
/**
* Toggle display of guide and other non-detector components.
*
* @param on :: True of false for on and off.
* @param yes :: True of false for on and off.
*/
void InstrumentWindowRenderTab::displayDetectorsOnly(bool yes)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Initialize with defaults.
* @param w :: Vieport width in pixels
* @param h :: Vieport height in pixels
* @param type :: Projection type: ORTHO or PERSPECTIVE
*/
Viewport::Viewport(int w, int h):
m_projectionType( Viewport::ORTHO ),
Expand Down Expand Up @@ -452,6 +451,7 @@ void Viewport::generateTranslationTo(int a, int b)
* Find coordinates of a point on z = 0 plane under the mouse.
* @param a :: The x mouse coordinate
* @param b :: The y mouse coordinate
* @param point :: Return the result through this reference.
*/
void Viewport::generateTranslationPoint(int a, int b, Mantid::Kernel::V3D& point)const
{
Expand Down

0 comments on commit bedecfb

Please sign in to comment.