From be39ab9fdbaba118ece1dcc3e064c8452fcdd277 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 16 Nov 2016 16:30:46 +0100 Subject: the manual generator (generator-docs.tes) has been cleaned up and is now called tedoc.tes * some code simplifications * it now supports command line arguments via getopt.tes. * the -C flag enabled C/C++ mode. By default tedoc parses SciTECO code which means it can be used to document macro packages as well. * Therefore it is installed as a separate tool now. It may be used as a Groff preprocessor for third-party macro authors to generate (wo)man pages. * there's a man page tedoc.tes(1) * The troff placeholder macro is now called ".TEDOC". * Help topics can now be specified after the starting comment /*$ or !*$. Topics have been defined for all built-in commands. --- src/ring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ring.cpp') diff --git a/src/ring.cpp b/src/ring.cpp index 077c58d..6e520f9 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -299,7 +299,7 @@ StateEditFile::do_edit(tecoInt id) throw Error("Invalid buffer id %" TECO_INTEGER_FORMAT, id); } -/*$ +/*$ EB edit * [n]EB[file]$ -- Open or edit file * nEB$ * @@ -395,7 +395,7 @@ StateEditFile::got_file(const gchar *filename) return &States::start; } -/*$ +/*$ EW write save * EW$ -- Save current buffer or Q-Register * EWfile$ * -- cgit v1.2.3