Changeset 989 for specdomain/trunk/src/specdomain/test/test_doc.rst
- Timestamp:
- Jul 2, 2012 3:13:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/trunk/src/specdomain/test/test_doc.rst
r988 r989 94 94 ``i`` is a local loop counter 95 95 96 constant declaration: 97 98 .. spec:local:: TWO_PI 99 100 ``TWO_PI`` is the ratio of a circle's circumference to its diameter. 101 96 102 array variable declaration: 97 103 … … 106 112 * local variable declaration: :spec:local:`i` 107 113 * array variable declaration: *--tba--* 108 * constant declaration: *--tba--*114 * constant declaration: :spec:constant:`TWO_PI` 109 115 110 116 … … 134 140 * local variable, such as: :spec:local:`i` 135 141 * array variable declaration: *--tba--* 136 * constant declaration: *--tba--*142 * constant declaration: :spec:constant:`TWO_PI` 137 143 138 144 Source code documentation
Note: See TracChangeset
for help on using the changeset viewer.