@see markers include links to the things they reference.

This commit is contained in:
Don Cross
2019-05-09 20:10:02 -04:00
parent e6ce0440d4
commit 1663da0e90
3 changed files with 9 additions and 9 deletions

View File

@@ -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) {

View File

@@ -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 [<code>Astronomy</code>](#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 [<code>Astronomy</code>](#Astronomy)
**See**
- Astronomy.SearchLunarApsis
- Astronomy.NextLunarApsis
- [SearchLunarApsis](#Astronomy.SearchLunarApsis)
- [NextLunarApsis](#Astronomy.NextLunarApsis)
**Properties**

View File

@@ -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) {