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

Update doc

parent f3cec5ef
......@@ -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
......
......@@ -14,7 +14,7 @@ namespace migraph {
#if 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