Changeset 940 for specdomain/src/specdomain/test/test_doc.rst
- Timestamp:
- Jun 17, 2012 1:48:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/src/specdomain/test/test_doc.rst
r936 r940 101 101 * local variable declaration: :spec:local:`i` 102 102 * array variable declaration: 103 * constant declaration: 103 104 104 105 Python example … … 129 130 ^^^^^^^^^^^^^^ 130 131 131 * global variable declaration: 132 * local variable declaration: 132 The SPEC macro language provides for several types of variable: 133 134 * global variables, such as: :spec:global:`A[]` 135 * local variable, such as: :spec:local:`i` 133 136 * array variable declaration: 137 * constant declaration: 138 139 Source code documentation 140 ============================ 134 141 135 142 Python example … … 137 144 138 145 See the python method :py:func:`python_function()` (defined above) 146 147 .. This should document the Python module supporting the specdomain 148 149 :class:`SpecVariableObject` (Python Module) 150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 151 152 .. autoclass:: sphinxcontrib.specdomain.SpecVariableObject 153 :members: 154 :undoc-members: 155 :show-inheritance: 156 157 .. automodule:: sphinxcontrib.specdomain 158 :members: 159 160 161 162 SPEC macro source file 163 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 164 165 .. spec:macrofile:: cdef-examples.mac
Note: See TracChangeset
for help on using the changeset viewer.