Skip to content

Commit 36c6e73

Browse files
Clean up comments
1 parent aa8a4fe commit 36c6e73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fplot_plot_axis.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pure function pa_get_axis_limits(this) result(x)
260260
! --------------------
261261
subroutine pa_set_axis_limits(this, lower, upper)
262262
!! Gets the axis display limits, assuming autoscaling is not
263-
!! active for this axis. This routine also calls [[set_autoscale]] and
263+
!! active for this axis. This routine also calls set_autoscale and
264264
!! sets the property value to false.
265265
class(plot_axis), intent(inout) :: this
266266
!! The plot_axis object.
@@ -788,7 +788,7 @@ pure function pa_get_manual_tic_labels(this) result(rst)
788788
! --------------------
789789
subroutine pa_set_manual_tic_labels(this, x)
790790
!! Sets a list of manual tic labels. This routine also sets
791-
!! [[set_use_manual_tic_labels]] to true.
791+
!! set_use_manual_tic_labels to true.
792792
class(plot_axis), intent(inout) :: this
793793
!! The plot_axis object.
794794
type(name_value_pair), intent(in), dimension(:) :: x

0 commit comments

Comments
 (0)