From 1663da0e9088b2654b7d54e58af4b066fe6154aa Mon Sep 17 00:00:00 2001 From: Don Cross Date: Thu, 9 May 2019 20:10:02 -0400 Subject: [PATCH] @see markers include links to the things they reference. --- generate/template/astronomy.js | 6 +++--- source/js/README.md | 6 +++--- source/js/astronomy.js | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/generate/template/astronomy.js b/generate/template/astronomy.js index 28f95a6f..ba2a8a2f 100644 --- a/generate/template/astronomy.js +++ b/generate/template/astronomy.js @@ -2956,7 +2956,7 @@ Astronomy.Seasons = function(year) { * value of the difference between the heliocentric ecliptic longitudes of * the centers of the observed body and the Earth. * - * @see Astronomy.Elongation + * @see {@link Astronomy.Elongation} */ class ElongationEvent { constructor(time, visibility, elongation, relative_longitude) { @@ -3251,8 +3251,8 @@ Astronomy.SearchPeakMagnitude = function(body, startDate) { * @property {number} dist_km * The distance between the centers of the two bodies in kilometers. * - * @see Astronomy.SearchLunarApsis - * @see Astronomy.NextLunarApsis + * @see {@link Astronomy.SearchLunarApsis} + * @see {@link Astronomy.NextLunarApsis} */ class Apsis { constructor(time, apsisType, dist_au) { diff --git a/source/js/README.md b/source/js/README.md index 378b55ff..ed041519 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -324,7 +324,7 @@ Includes angular separation from the Sun and whether visibility is best in the morning or the evening. **Kind**: static class of [Astronomy](#Astronomy) -**See**: Astronomy.Elongation +**See**: [Elongation](#Astronomy.Elongation) **Properties** | Name | Type | Description | @@ -347,8 +347,8 @@ For the Moon orbiting the Earth, this is a perigee or apogee, respectively. **Kind**: static class of [Astronomy](#Astronomy) **See** -- Astronomy.SearchLunarApsis -- Astronomy.NextLunarApsis +- [SearchLunarApsis](#Astronomy.SearchLunarApsis) +- [NextLunarApsis](#Astronomy.NextLunarApsis) **Properties** diff --git a/source/js/astronomy.js b/source/js/astronomy.js index c5a69978..3b45bfb1 100644 --- a/source/js/astronomy.js +++ b/source/js/astronomy.js @@ -3794,7 +3794,7 @@ Astronomy.Seasons = function(year) { * value of the difference between the heliocentric ecliptic longitudes of * the centers of the observed body and the Earth. * - * @see Astronomy.Elongation + * @see {@link Astronomy.Elongation} */ class ElongationEvent { constructor(time, visibility, elongation, relative_longitude) { @@ -4089,8 +4089,8 @@ Astronomy.SearchPeakMagnitude = function(body, startDate) { * @property {number} dist_km * The distance between the centers of the two bodies in kilometers. * - * @see Astronomy.SearchLunarApsis - * @see Astronomy.NextLunarApsis + * @see {@link Astronomy.SearchLunarApsis} + * @see {@link Astronomy.NextLunarApsis} */ class Apsis { constructor(time, apsisType, dist_au) {