mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 01:21:45 +08:00
eng: Add proper figure titles
The first paragraph of a figure directive block is the figure title.
This commit is contained in:
@@ -203,6 +203,8 @@ the build system easier, but less general.
|
|||||||
:width: 100%
|
:width: 100%
|
||||||
:figclass: align-center
|
:figclass: align-center
|
||||||
|
|
||||||
|
Example with Explicit Item Links
|
||||||
|
|
||||||
This example shows how build item dependencies are specified explicitly
|
This example shows how build item dependencies are specified explicitly
|
||||||
by item links. In this example, a user wants to build a group of tests.
|
by item links. In this example, a user wants to build a group of tests.
|
||||||
Each test program has a dependency on the standard RTEMS libraries. The
|
Each test program has a dependency on the standard RTEMS libraries. The
|
||||||
@@ -221,6 +223,8 @@ the build system easier, but less general.
|
|||||||
:width: 50%
|
:width: 50%
|
||||||
:figclass: align-center
|
:figclass: align-center
|
||||||
|
|
||||||
|
Example with Implicit Ordering Rules
|
||||||
|
|
||||||
This example shows how build item dependencies are specified by dedicated
|
This example shows how build item dependencies are specified by dedicated
|
||||||
BSP items, a top-level group, and ordered item links. The BSP is
|
BSP items, a top-level group, and ordered item links. The BSP is
|
||||||
configured after the top-level group item and built before the top-level
|
configured after the top-level group item and built before the top-level
|
||||||
|
Reference in New Issue
Block a user