Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4596322e
Commit
4596322e
authored
Aug 18, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Description attribute added to some objects
parent
4c1e43e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
remote/wbl/remote/src/remote_c_loggconfig.wb_load
remote/wbl/remote/src/remote_c_loggconfig.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
+8
-0
src/wbl/pwrb/src/pwrb_c_webhandler.wb_load
src/wbl/pwrb/src/pwrb_c_webhandler.wb_load
+8
-0
No files found.
remote/wbl/remote/src/remote_c_loggconfig.wb_load
View file @
4596322e
...
...
@@ -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
...
...
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
View file @
4596322e
...
...
@@ -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.
...
...
src/wbl/pwrb/src/pwrb_c_webhandler.wb_load
View file @
4596322e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment