Commit 119c8f50 authored by Claes Sjofors's avatar Claes Sjofors

Doc fix

parent c76dc019
...@@ -59,23 +59,23 @@ SObject pwrb:Class ...@@ -59,23 +59,23 @@ SObject pwrb:Class
! actions executed when building the directory is specified with ! actions executed when building the directory is specified with
! BuildCopy, BuildMake and BuildExecute object. ! BuildCopy, BuildMake and BuildExecute object.
! !
! @BuildCopy ! @bBuildCopy
! Copies a file, or a number of files specified with wildcard from the ! Copies a file, or a number of files specified with wildcard from the
! source directory to the build tree. ! source directory to the build tree.
! !
! @BuildMake ! @bBuildMake
! Executes a make file. ! Executes a make file.
! !
! @BuildExec ! @bBuildExec
! Executes a shell command. ! Executes a shell command.
! !
! @Export ! @bExport
! Configures files that should be exported to other projects. Normally ! Configures files that should be exported to other projects. Normally
! files are exported to a common directory from where they are imported ! files are exported to a common directory from where they are imported
! by other projects. Specific files to export is configured with ! by other projects. Specific files to export is configured with
! ApplExport objects. ! ApplExport objects.
! !
! @Import ! @bImport
! Configures files that is imported from other projects. Specific ! Configures files that is imported from other projects. Specific
! files are imported with ApplImport objects. ! files are imported with ApplImport objects.
! !
......
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