D UML diagram generator
This project is written in D programming language to generate UML diagrams based on the commens in given file. Given file does not have to be D programming language, but can be any text file. It works as long as the comment system matches.
Usage: Just give the name of text file as parameter, and it will generate an HTML file for you in "output" directory. Example "./duml duml.d".
This is the first version. Hence it is not flexible, or have much features.