@@ -241,9 +241,9 @@ Auto- Directives
241
241
Automatically generates a documentation for an entity. Has one required
242
242
argument, the name of the entity. For the automatic generation to work,
243
243
the :py:attr: `vhdl_autodoc_source_path ` configuration option must be set to
244
- point to a valid directory containing VHDL sources describing this entity.
245
- See :ref: `autodoc_usage ` for further instructions on how the source code
246
- must be set up.
244
+ point to a valid directory (or list of directories) containing VHDL sources
245
+ describing this entity. See :ref: `autodoc_usage ` for further instructions
246
+ on how the source code must be set up.
247
247
248
248
.. rst:directive:option:: noautogenerics
249
249
@@ -260,71 +260,72 @@ Auto- Directives
260
260
Automatically generates a documentation for an enumeration defined type.
261
261
Has one required argument, the name of the type. For the automatic
262
262
generation to work, the :py:attr: `vhdl_autodoc_source_path ` configuration
263
- option must be set to point to a valid directory containing VHDL sources
264
- describing this entity. See :ref: `autodoc_usage ` for further instructions
265
- on how the source code must be set up.
263
+ option must be set to point to a valid directory (or list of directories)
264
+ containing VHDL sources describing this entity. See :ref: `autodoc_usage `
265
+ for further instructions on how the source code must be set up.
266
266
267
267
.. rst :directive :: vhdl:autofunction
268
268
269
269
Automatically generates a documentation for a pure function.
270
270
Has one required argument, the name of the type. For the automatic
271
271
generation to work, the :py:attr: `vhdl_autodoc_source_path ` configuration
272
- option must be set to point to a valid directory containing VHDL sources
273
- describing this entity. See :ref: `autodoc_usage ` for further instructions
274
- on how the source code must be set up.
272
+ option must be set to point to a valid directory (or list of directories)
273
+ containing VHDL sources describing this entity. See :ref: `autodoc_usage `
274
+ for further instructions on how the source code must be set up.
275
275
276
276
.. rst :directive :: vhdl:autogenerics
277
277
278
278
Automatically generates a documentation for an entity's generics. Has one
279
279
required argument, the name of the entity whose generics to document. For
280
280
the automatic generation to work, the :py:attr: `vhdl_autodoc_source_path `
281
- configuration option must be set to point to a valid directory containing
282
- VHDL sources describing the target entity. See :ref: `autodoc_usage ` for
283
- further instruction on how the source must be set up.
281
+ configuration option must be set to point to a valid directory (or list
282
+ of directories) containing VHDL sources describing the target entity.
283
+ See :ref: `autodoc_usage ` for further instruction on how the source
284
+ must be set up.
284
285
285
286
.. rst :directive :: vhdl:autoconstants
286
287
287
288
Automatically generates documentation for an architecture's constants.
288
289
Has one required argument, the name of the architecture whose constants
289
290
are to be documented. For the automatic generation to work, the
290
291
:py:attr: `vhdl_autodoc_source_path ` configuration option must be set to
291
- point to a valid directory containing VHDL sources describing the target
292
- entity. See :ref: `autodoc_usage ` for further instruction on how the
293
- source must be set up.
292
+ point to a valid directory (or list of directories) containing VHDL
293
+ sources describing the target entity. See :ref: `autodoc_usage ` for
294
+ further instruction on how the source must be set up.
294
295
295
296
.. rst :directive :: vhdl:autopackage
296
297
297
298
Automatically generates a documentation for a package. Has one required
298
299
argument, the name of the package to document. For the automatic generation
299
300
to work, the :py:attr: `vhdl_autodoc_source_path ` configuration option must
300
- be set to point to a valid directory containing VHDL sources defining the
301
- target package. See :ref: `autodoc_usage ` for further instructions on how
302
- the source must be set up.
301
+ be set to point to a valid directory (or list of directories) containing
302
+ VHDL sources defining the target package. See :ref: `autodoc_usage ` for
303
+ further instructions on how the source must be set up.
303
304
304
305
.. rst :directive :: vhdl:autoports
305
306
306
307
Automatically generates a documentation for an entity's ports. Has one
307
308
required argument, the name of the entity whose ports to document. For the
308
309
automatic generation to work, the :py:attr: `vhdl_autodoc_source_path `
309
- configuration option must be set to point to a valid directory containing
310
- VHDL sources describing the target entity. See :ref: ` autodoc_usage ` for
311
- further instruction on how the source must be set up.
310
+ configuration option must be set to point to a valid directory (or list
311
+ of directories) containing VHDL sources describing the target entity.
312
+ See :ref: ` autodoc_usage ` for further instruction on how the source must be set up.
312
313
313
314
.. rst :directive :: vhdl:autorecord
314
315
315
316
Automatically generates a documentation for a record-defined type. Has one
316
317
required argument, the name of the type to document. For the automatic
317
318
generation to work, the :py:attr: `vhdl_autodoc_source_path ` configuration
318
- option must be set to point to a valid directory containing VHDL sources
319
- describing the type. See :ref: `autodoc_usage ` for further instructions on
320
- how the source must be set up.
319
+ option must be set to point to a valid directory (or list of directories)
320
+ containing VHDL sources describing the type. See :ref: `autodoc_usage ` for
321
+ further instructions on how the source must be set up.
321
322
322
323
.. rst :directive :: vhdl:autotype
323
324
324
325
Automatically generates a documentation for a type other than enumeration-
325
326
record-defined one. Has one required argument, the name of the type to
326
327
document. For the automatic generation to work, the
327
328
:py:attr: `vhdl_autodoc_source_path ` configuration option must be set to
328
- point to a valid directory containing VHDL sources describing the type. See
329
- :ref: `autodoc_usage ` for further instructions on how the sources must be
330
- set up.
329
+ point to a valid directory (or list of directories) containing VHDL sources
330
+ describing the type. See :ref: `autodoc_usage ` for further instructions on
331
+ how the sources must be set up.
0 commit comments