Commit b0b8719d authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Scott Cyphers

Cannot end a single line c++ commend with a backslash. (#1651)

parent 97c9cf9d
...@@ -75,8 +75,8 @@ namespace ngraph ...@@ -75,8 +75,8 @@ namespace ngraph
/// ///
/// class CompileError : public AssertionFailure; /// class CompileError : public AssertionFailure;
/// ///
/// #define COMPILE_ASSERT(node,cond) \ /// #define COMPILE_ASSERT(node,cond) <backslash>
/// NGRAPH_ASSERT_STREAM_WITH_LOC(::ngraph::CompileError, cond, \ /// NGRAPH_ASSERT_STREAM_WITH_LOC(::ngraph::CompileError, cond, <backslash>
/// "While compiling node " + node->name()) /// "While compiling node " + node->name())
/// ///
/// ... /// ...
......
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