Flowgen: Flowchart-Based Documentation for C++ Codes

arXiv:1405.3240v17 citations
Originality Synthesis-oriented
AI Analysis

This tool addresses documentation challenges for programmers and algorithm specialists working with complex numerical C++ code, though it is incremental as it complements existing tools like Doxygen.

The researchers tackled the problem of understanding complex C++ code by developing Flowgen, a tool that generates UML activity diagram flowcharts from annotated source code, with a proof-of-concept application to the VINCIA plug-in for CERN's Large Hadron Collider simulations.

We present the Flowgen tool, which generates flowcharts from annotated C++ source code. The tool generates a set of interconnected high-level UML activity diagrams, one for each function or method in the C++ sources. It provides a simple and visual overview of complex implementations of numerical algorithms. Flowgen is complementary to the widely-used Doxygen documentation tool. The ultimate aim is to render complex C++ computer codes accessible, and to enhance collaboration between programmers and algorithm or science specialists. We describe the tool and a proof-of-concept application to the VINCIA plug-in for simulating collisions at CERN's Large Hadron Collider.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes