Commit 2a63f7ed authored by Paul's avatar Paul
Browse files

Generate

parent 8b1d1ac3
......@@ -15,7 +15,7 @@ namespace migraph {
#ifdef DOXYGEN
/// The operation interface represents an action an instruction will do. All
/// The operation interface represents an action an instruction will perform. All
/// operation classes must be CopyConstructible.
struct operation
{
......
......@@ -13,7 +13,8 @@ struct program;
#ifdef DOXYGEN
/// This applies a transformation to the instruction in a `program`
/// An interface for applying a transformation to the instructions in a
/// `program`
struct pass
{
/// A unique name used to identify the pass
......
......@@ -12,9 +12,9 @@
namespace migraph {
#if DOXYGEN
#ifdef DOXYGEN
/// A compilation target
/// An interface for a compilation target
struct target
{
/// A unique name used to identify the target
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment