File indexing completed on 2024-05-05 05:43:04

0001 <html>
0002     <body>
0003         <!-- This should be a blog somewhere and fetch via RSS -->
0004         <div>
0005             <h1> CodeVis - Visualize and Create Software</h1>
0006             <ul>
0007                 <li> Empty Project </li>
0008                 <ul>
0009                     <li> Allows the development of software from scratch </li>
0010                     <li> File -> Export source generates the source code from the diagrams </li>
0011                 </ul>
0012                 <li> Generate from Source Code</li>
0013                 <ul>
0014                     <li> Parses CPP source code and generates architectural information </li>
0015                     <li> Allows to change the architecture and export the changes </li>
0016                 </ul>
0017             </ul>
0018         </div>
0019     </body>
0020 </html>