Giter Club home page Giter Club logo

clanguml's Introduction

ClangUML

Generate UML diagrams using clang parser. The output format is in PlantUML and can be edited after generation to tune the graph to your needs. It simply helps if you don't have to type all the different classes for a PlantUML file.

Example usage

Add all the files where you want to use the classes from in 1 command:

ClangUML source1.h source2.h source2.cpp > mydiagram.pu

Author: Yves De Muyter ([email protected])

Requirements

  • Linux (other platforms haven't been tested yet)
  • Clang 3.6 or later
  • CMake 2.8 or later
  • gcc 4.8 (no other had been tested yet)

TODO

  • STL storage types like std::list, std::vector, std::uniqie_ptr, std::shared_ptr
  • Custom storage types that should be treated as list or pointer
  • Abstract classes (class with pure virtual functions)
  • Interfaces (class with all pure virtual functions)
  • Command line arguments to include or filter out classes
  • Command line arguments to enable/disable various options like arrow direction, namespaces
  • Find some nice way to integrate with PlantUML. I currently use its watchfolder feature.

TODO far future

  • Detect design patterns and offer to hide patterns under a <>

clanguml's People

Contributors

yvesdm3000 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.