Finish @yohanboniface's job by replacing more 🍂s with @s
This commit is contained in:
parent
0bed05d537
commit
a4a72ccb17
@ -3,58 +3,58 @@ This file just defines the order of the classes in the docs.
|
||||
|
||||
|
||||
|
||||
🍂class Map
|
||||
@class Map
|
||||
|
||||
🍂class Marker
|
||||
🍂class Popup
|
||||
@class Marker
|
||||
@class Popup
|
||||
|
||||
🍂class TileLayer
|
||||
🍂class TileLayer.WMS
|
||||
🍂class ImageOverlay
|
||||
@class TileLayer
|
||||
@class TileLayer.WMS
|
||||
@class ImageOverlay
|
||||
|
||||
🍂class Path
|
||||
🍂class Polyline
|
||||
🍂class Polygon
|
||||
🍂class Rectangle
|
||||
🍂class Circle
|
||||
🍂class CircleMarker
|
||||
🍂class SVG
|
||||
🍂class Canvas
|
||||
@class Path
|
||||
@class Polyline
|
||||
@class Polygon
|
||||
@class Rectangle
|
||||
@class Circle
|
||||
@class CircleMarker
|
||||
@class SVG
|
||||
@class Canvas
|
||||
|
||||
🍂class LayerGroup
|
||||
🍂class FeatureGroup
|
||||
🍂class GeoJSON
|
||||
🍂class GridLayer
|
||||
@class LayerGroup
|
||||
@class FeatureGroup
|
||||
@class GeoJSON
|
||||
@class GridLayer
|
||||
|
||||
🍂class LatLng
|
||||
🍂class LatLngBounds
|
||||
🍂class Point
|
||||
🍂class Bounds
|
||||
🍂class Icon
|
||||
🍂class DivIcon
|
||||
@class LatLng
|
||||
@class LatLngBounds
|
||||
@class Point
|
||||
@class Bounds
|
||||
@class Icon
|
||||
@class DivIcon
|
||||
|
||||
🍂class Control.Zoom
|
||||
🍂class Control.Attribution
|
||||
🍂class Control.Layers
|
||||
🍂class Control.Scale
|
||||
@class Control.Zoom
|
||||
@class Control.Attribution
|
||||
@class Control.Layers
|
||||
@class Control.Scale
|
||||
|
||||
🍂class Browser
|
||||
🍂class Util
|
||||
🍂class Transformation
|
||||
🍂class LineUtil
|
||||
🍂class PolyUtil
|
||||
@class Browser
|
||||
@class Util
|
||||
@class Transformation
|
||||
@class LineUtil
|
||||
@class PolyUtil
|
||||
|
||||
🍂class DomEvent
|
||||
🍂class DomUtil
|
||||
🍂class PosAnimation
|
||||
🍂class Draggable
|
||||
@class DomEvent
|
||||
@class DomUtil
|
||||
@class PosAnimation
|
||||
@class Draggable
|
||||
|
||||
🍂class Class
|
||||
🍂class Evented
|
||||
🍂class Layer
|
||||
🍂class Control
|
||||
🍂class Handler
|
||||
🍂class Projection
|
||||
🍂class CRS
|
||||
🍂class Renderer
|
||||
🍂class Event objects
|
||||
@class Class
|
||||
@class Evented
|
||||
@class Layer
|
||||
@class Control
|
||||
@class Handler
|
||||
@class Projection
|
||||
@class CRS
|
||||
@class Renderer
|
||||
@class Event objects
|
||||
|
@ -2,7 +2,7 @@ Miscellaneous bits of documentation that don't really fit anywhere else
|
||||
|
||||
|
||||
|
||||
🍂namespace Global Switches
|
||||
@namespace Global Switches
|
||||
|
||||
Global switches are created for rare cases and generally make
|
||||
Leaflet to not detect a particular browser feature even if it's
|
||||
@ -20,7 +20,7 @@ before including Leaflet on the page, like this:
|
||||
| `L_DISABLE_3D` | Forces Leaflet to not use hardware-accelerated CSS 3D transforms for positioning (which may cause glitches in some rare environments) even if they're supported. |
|
||||
|
||||
|
||||
🍂namespace noConflict
|
||||
@namespace noConflict
|
||||
|
||||
This method restores the `L` global variable to the original value
|
||||
it had before Leaflet inclusion, and returns the real Leaflet
|
||||
@ -40,7 +40,7 @@ var Leaflet = L.noConflict();
|
||||
```
|
||||
|
||||
|
||||
🍂namespace version
|
||||
@namespace version
|
||||
|
||||
A constant that represents the Leaflet version in use.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user