Commit 9cf7a3db authored by Paul's avatar Paul
Browse files

Update doc

parent f3cec5ef
...@@ -13,7 +13,8 @@ struct program; ...@@ -13,7 +13,8 @@ struct program;
#ifdef DOXYGEN #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 struct pass
{ {
/// A unique name used to identify the pass /// A unique name used to identify the pass
......
...@@ -14,7 +14,7 @@ namespace migraph { ...@@ -14,7 +14,7 @@ namespace migraph {
#if DOXYGEN #if DOXYGEN
/// A compilation target /// An interface for a compilation target
struct target struct target
{ {
/// A unique name used to identify the 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