Skip to content

Commit

Permalink
Fix doxygen errors in Python Axis.cpp. Refs #6639
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 11, 2013
1 parent 4a2dd31 commit 20e3ba9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void export_Axis()

/**
* Creates a NumericAxis
* @param number :: of elements in the axis
* @param length The length of the new axis
* @return pointer to the axis object
*/
Axis* createNumericAxis(int length)
Expand All @@ -129,7 +129,7 @@ void export_NumericAxis()

/**
* Creates a SpectraAxis
* @param number :: of elements in the axis
* @param length The length of the new axis
* @return pointer to the axis object
*/
Axis* createSpectraAxis(int length)
Expand All @@ -149,7 +149,7 @@ void export_SpectraAxis()

/**
* Creates a TextAxis
* @param number :: of elements in the axis
* @param length The length of the new axis
* @return pointer to the axis object
*/
Axis* createTextAxis(int length)
Expand Down

0 comments on commit 20e3ba9

Please sign in to comment.