lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Defined Doxygen #54

Closed dalswaimil closed 12 years ago

dalswaimil commented 12 years ago

It is a generator "a programming tool generates programming languages" for many programming languages. Also, it can configure to extract the code structure from undocumented source file. It supports C++, C, java, Python … etc. It will create documentation in HTML, LATEX, RTF (MS-Word).

lawrancej commented 12 years ago

I merged in your changes, but edited the blurb. I pushed it to my issue16 branch. Do:

git checkout issue16
git fetch --all
git merge upstream/issue16

Just out of curiosity, why do we need the image?

dalswaimil commented 12 years ago

In issue16 you wrote "it is nice to have a diagram", I am not sure what type of diagram you asked for?

Thanks :) Deema

lawrancej commented 12 years ago

The diagram would be the output of Doxygen. Doxygen can produce UML class diagrams for code.