adoc docs

This commit is contained in:
Emil Dotchevski
2026-01-12 15:31:52 -05:00
parent 95b1ead06c
commit e448b40f2d
92 changed files with 4849 additions and 19701 deletions

View File

@@ -19,7 +19,7 @@ n1
to_string( c1 const & )
{
return "c1";
}
}
}
namespace
@@ -35,7 +35,7 @@ n2
{
s << "c2";
return s;
}
}
}
namespace
@@ -51,13 +51,13 @@ n3
{
s << "bad";
return s;
}
}
std::string
to_string( c3 const & )
{
return "c3";
}
}
}
namespace