From 469605e872aeca50c7556708de5d50d7e7935d83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Nov 2015 11:54:14 +0200 Subject: Implement support for documentation inside classes --- cli/runtime-inline.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cli/runtime-inline.cxx') diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx index 15efa8d..ce53575 100644 --- a/cli/runtime-inline.cxx +++ b/cli/runtime-inline.cxx @@ -16,6 +16,18 @@ generate_runtime_inline (context& ctx) ctx.ns_open (ctx.cli); + // usage_para + // + if (!ctx.options.suppress_usage ()) + os << "// usage_para" << endl + << "//" << endl + + << inl << "usage_para::" << endl + << "usage_para (value v)" << endl + << ": v_ (v)" + << "{" + << "}"; + // unknown_mode // os << "// unknown_mode" << endl -- cgit v1.1