From 450ceee2d7c3475eb359a8b0ab3a115e3715e65c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 26 Jul 2017 13:56:50 -0400 Subject: [PATCH] todo: Add Documentation section * doc/todo.xsl (Project TODOs/Documentation): Add section. --- doc/todo.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/todo.texi b/doc/todo.texi index 811fda34..cf79c6f0 100644 --- a/doc/todo.texi +++ b/doc/todo.texi @@ -120,3 +120,14 @@ The preprocessor is primarily responsible for macro (template) expansion. it in the return map, which is error-prone. @end enumerate + + +@section Documentation +Programs are written in a literate style. + +@enumerate + @item Auto-generate LaTeX documentation using the existing @code{lvspec} + package used to manually write specifications some time ago. + Certain implementation details may need to be sorted out, + like determining the section hierarchy. +@end enumerate