Skip to content

PHPDOC import #7

@romaninsh

Description

@romaninsh

This is a feature request that would automatically import PHPDOC from library sources to avoid duplication between .rst and .php files.

  • specify where source files are located.
  • sources parsed during build
  • comments are automatically imported.

Example source:

/**
 * Collection of cool methods
 */
class CoolClass {
}

rst:

.. php:class:CoolClass::

Use CoolClass 3 times a day

Result:

class CoolClass

Collection of cool methods

Use CoolClass 3 times a day

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions