2017 © Pedro Peláez
 

library codedocs-plugin-plantuml

Plugin for CodeDocs to generate UML diagrams via PlantUML

image

christianblos/codedocs-plugin-plantuml

Plugin for CodeDocs to generate UML diagrams via PlantUML

  • Friday, October 28, 2016
  • by christianblos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CodeDocs Plugin for PlantUML

This plugin uses PlantUML to generate UML diagrams., (*1)

Installation

Warning: This Plugin is not yet supported by CodeDocs 3.0. You need Version 2 of CodeDocs to make use of it., (*2)

Execute composer require christianblos/codedocs-plugin-plantuml., (*3)

Add this plugin to your codedocs.yaml file:, (*4)

plugins:
  - \CodeDocs\PlantUml

Usage

Create a puml-File next to the markdown files., (*5)

docs
 |- example.md
 |- diagram.puml

diagram.puml:, (*6)

@startuml

A -> B

@enduml

Use the PlantUml-Markup to show this diagram., (*7)

example.md:, (*8)

{@PlantUml("diagram")}

Use plantuml.jar

You can specify a path to a plantuml.jar to generates images instead of render them on the fly. You also have to add the following finalizer to the config:, (*9)

finalizers:
  - \CodeDocs\PlantUml\CreateImagesFinalizer

plugins:
  - \CodeDocs\PlantUml:
      jar: ./plantuml.jar

The Versions

28/10 2016

dev-master

9999999-dev

Plugin for CodeDocs to generate UML diagrams via PlantUML

  Sources   Download

MIT

The Development Requires

by Christian Blos

08/07 2016

1.1.1

1.1.1.0

Plugin for CodeDocs to generate UML diagrams via PlantUML

  Sources   Download

MIT

The Development Requires

by Christian Blos

08/07 2016

1.1.0

1.1.0.0

Plugin for CodeDocs to generate UML diagrams via PlantUML

  Sources   Download

MIT

The Development Requires

by Christian Blos

22/04 2016

1.0.0

1.0.0.0

Plugin for CodeDocs to generate UML diagrams via PlantUML

  Sources   Download

MIT

The Development Requires

by Christian Blos