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 ...@@ -106,6 +106,14 @@ SObject Remote:Class
Attr StructName = "LoggConfig" Attr StructName = "LoggConfig"
EndBody 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 ! Name of log file, eg $pwrp_log/remote.log
!*/ !*/
Object LoggFile $Attribute 1 Object LoggFile $Attribute 1
......
...@@ -55,6 +55,14 @@ SObject pwrb:Class ...@@ -55,6 +55,14 @@ SObject pwrb:Class
Attr StructName = "WebBrowserConfig" Attr StructName = "WebBrowserConfig"
EndBody EndBody
!/** !/**
! Optional description.
!*/
Object Description $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! The webbrowser used when opening an URL. ! The webbrowser used when opening an URL.
! Use 'rt_mozilla' instead of mozilla to allow all users to ! Use 'rt_mozilla' instead of mozilla to allow all users to
! open mozilla from xtt. ! open mozilla from xtt.
......
...@@ -70,6 +70,14 @@ SObject pwrb:Class ...@@ -70,6 +70,14 @@ SObject pwrb:Class
Attr StructName = "WebHandler" Attr StructName = "WebHandler"
EndBody 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 ! @Summary Max number of web connections to the GdhServer process
! Max number of concurrent 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 ! 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