Skip to content

Commit

Permalink
Added doxygen group for generator files.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jan 3, 2025
1 parent e8e79aa commit 5f748aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/mmoc/generator/generator.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
///
/// @dir Generator
/// @brief Generator
///

///
/// @defgroup Generator Generator
///
/// @brief Generate code from IR structured model representation.
///
6 changes: 6 additions & 0 deletions src/mmoc/generator/generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
#include <generator/writer.hpp>
#include <util/compile_flags.hpp>

///
/// Generate compilation code files.
///
/// @ingroup Generator
///

namespace MicroModelica {
namespace Generator {

Expand Down

0 comments on commit 5f748aa

Please sign in to comment.