Commit 4596322e authored by Claes Sjofors's avatar Claes Sjofors

Description attribute added to some objects

parent 4c1e43e2
......@@ -106,6 +106,14 @@ SObject Remote:Class
Attr StructName = "LoggConfig"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 6
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Name of log file, eg $pwrp_log/remote.log
!*/
Object LoggFile $Attribute 1
......
......@@ -55,6 +55,14 @@ SObject pwrb:Class
Attr StructName = "WebBrowserConfig"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! The webbrowser used when opening an URL.
! Use 'rt_mozilla' instead of mozilla to allow all users to
! open mozilla from xtt.
......
......@@ -70,6 +70,14 @@ SObject pwrb:Class
Attr StructName = "WebHandler"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 44
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! @Summary Max number of web connections to the GdhServer process
! Max number of concurrent connections to the GdhServer process.
! Every graph-applet that is displayed, opens a link to the GdhServer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment