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. --- TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9e92ab5..e37de87 100644 --- a/TODO +++ b/TODO @@ -276,9 +276,3 @@ Optimizations: Documentation: * Code docs (Doxygen). It's slowly getting better... - * clean up/fix generate-docs.tes - generate-docs.tes could be turned into a general purpose script to - extract command and macro documentation from C and SciTECO code - (tedoc?). - It should then be installed so it may be used by third-party macro - library authors as well. -- cgit v1.2.3