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

@@ -27,7 +27,7 @@ n2
to_string( c2 const & )
{
return "c2";
}
}
}
namespace
@@ -42,7 +42,7 @@ n3
operator<<( std::ostream & s, c3 const & )
{
return s << "c3";
}
}
}
int