タグ

2010年5月13日のブックマーク (2件)

  • Doxygen

    プリプロセス Source files that are used as input to doxygen can be parsed by doxygen's built-in C-preprocessor. By default doxygen does only partial preprocessing. That is, it evaluates conditional compilation statements (like #if) and evaluates macro definitions, but it does not perform macro expansion. So if you have the following code fragment #define VERSION 200 #define CONST_STRING const char * #if

    sillow
    sillow 2010/05/13
    NONSHARABLE_CLASSなどで定義したクラス名がドキュメントに反映されない場合などはプリプロセスで設定を仕込む。
  • Graphviz

    Please join the Graphviz forum to ask questions and discuss Graphviz. What is Graphviz? Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual inter

    sillow
    sillow 2010/05/13
    C++からUML(クラス図)を自動生成するために使えるか試用中。いけそう。UML以外にも様々な表現が可能。dotというスクリプト言語から図表を生成する?