clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Provide for link settings to link to file, methods and properties documentaion #10

Closed clemens-tolboom closed 10 years ago

clemens-tolboom commented 10 years ago

For each Class, Interface and Traits we want to link to each documentation pages

Example for a Drupal 8 interface AccessCheckInterface

https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Access!AccessCheckInterface.php/interface/AccessCheckInterface/8

https://api.drupal.org/api : site root
/drupal : component?
/core!lib!Drupal!Core!Access!AccessCheckInterface.php : path transformed
/interface : Type
/AccessCheckInterface : Name
/8 : Version
MartijnBraam commented 10 years ago

Implemented in DrupalDocumenter