mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-24 08:45:55 -04:00
@see markers include links to the things they reference.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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**
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user