diff --git a/doc/classes/BakedLightmap.xml b/doc/classes/BakedLightmap.xml
index 4fb41285193..7e01b06bd43 100644
--- a/doc/classes/BakedLightmap.xml
+++ b/doc/classes/BakedLightmap.xml
@@ -18,12 +18,14 @@
+ Bakes the lightmaps within the currently edited scene.
+ Executes a dry run bake of lightmaps within the currently edited scene.
@@ -32,9 +34,7 @@
Grid subdivision size for lightmapper calculation. Default value of [code]0.25[/code] will work for most cases. Increase for better lighting on small details or if your scene is very large.
-
-
- Size of affected area.
+ Multiplies the light sources' intensity by this value. For instance, if the value is set to 2, lights will be twice as bright. If the value is set to 0.5, lights will be half as bright.
If [code]true[/code], lightmap can capture light values greater than [code]1.0[/code]. Turning this off will result in a smaller lightmap. Default value:[code]false[/code].
@@ -43,6 +43,7 @@
Lightmapping mode. See [enum BakeMode].
+ Defines how far the light will travel before it is no longer effective. The higher the number, the farther the light will travel. For instance, if the value is set to 2, the light will go twice as far. If the value is set to 0.5, the light will only go half as far.
Three quality modes are available. Higher quality requires more rendering time. See [enum BakeQuality].