Lists - Ordered and Unordered

The following block of source code shows how to include create ordered and unordered lists.

Source Code from Class

/*
 * Build information:
! ** @Author Fred McGuirk

! ** Sample class to show how to perform an action for each file updated by the
! ** build process.
! **
! ** This class will be registered as a PostProcess observer and will monitor the 
! ** following events:
! ** @OList
! ** Full Build Start
! ** Incremental build for a single file
! ** Full Build End
! ** @OLIst_End
! ** These events are triggered when:
! ** @UList
! ** A file is saved in the editor
! ** The build action is selected from the pop-up menu in the editor
! ** The build action is selected against one or more selected files in the Navigator View
! ** @UList_End
 */
DEF CLASS "execModifiedFiles"

Generated HTML Documentation

Documentation with Ordered and Unordered lists.