minor: Add some explanative method doc to SceneHelpers.SetupSceneModules()
parent
c6c6ac0a3e
commit
221af2da70
|
@ -350,6 +350,10 @@ namespace OpenSim.Tests.Common
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// If called directly, then all the modules must be shared modules.
|
/// If called directly, then all the modules must be shared modules.
|
||||||
|
///
|
||||||
|
/// We are emulating here the normal calls made to setup region modules
|
||||||
|
/// (Initialise(), PostInitialise(), AddRegion, RegionLoaded()).
|
||||||
|
/// TODO: Need to reuse normal runtime module code.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="scenes"></param>
|
/// <param name="scenes"></param>
|
||||||
/// <param name="config"></param>
|
/// <param name="config"></param>
|
||||||
|
|
Loading…
Reference in New Issue