Re: [PATCH v2] c-user: Generate I/O Manager documentation

2020-10-06 Thread Sebastian Huber
On 05/10/2020 18:10, Gedare Bloom wrote: On Mon, Oct 5, 2020 at 8:40 AM Sebastian Huber wrote: The manager documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. Th

Re: [PATCH v2] c-user: Generate I/O Manager documentation

2020-10-06 Thread Sebastian Huber
On 05/10/2020 18:10, Gedare Bloom wrote: +.. Generated from spec:/rtems/io/if/unregister-driver + +* :ref:`InterfaceRtemsIoUnregisterDriver` - Removes a device driver specified + by the device major number from the Device Driver Table. In the HTML, there is an extra line spacing between list e

Re: [PATCH v2] c-user: Generate I/O Manager documentation

2020-10-05 Thread Sebastian Huber
On 06/10/2020 03:25, Chris Johns wrote: On 6/10/20 1:39 am, Sebastian Huber wrote: +.. This file was automatically generated. Do not edit it manually. +.. Please have a look at +.. +..https://docs.rtems.org/branches/master/eng/req/howto.html +.. +.. for information how to maintain and re-gener

Re: [PATCH v2] c-user: Generate I/O Manager documentation

2020-10-05 Thread Chris Johns
On 6/10/20 1:39 am, Sebastian Huber wrote: > +.. This file was automatically generated. Do not edit it manually. > +.. Please have a look at > +.. > +.. https://docs.rtems.org/branches/master/eng/req/howto.html > +.. > +.. for information how to maintain and re-generate this file. This section is

Re: [PATCH v2] c-user: Generate I/O Manager documentation

2020-10-05 Thread Gedare Bloom
On Mon, Oct 5, 2020 at 8:40 AM Sebastian Huber wrote: > > The manager documentation is a consolidation of the comments in Doxygen > markup and the documentation sources in Sphinx markup. The > documentation was transfered to interface specification items. This > header file was generated from th

[PATCH v2] c-user: Generate I/O Manager documentation

2020-10-05 Thread Sebastian Huber
The manager documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. This header file was generated from the items by a script. Update #3993. --- v2: * Add comments to me