diff options
author | Ludovic Courtès | 2012-08-18 17:28:20 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-08-18 17:28:20 +0200 |
commit | f82c8c6eb54560737fef15383702816fabe47fb4 (patch) | |
tree | 43f497c4c0b2a9df2ca33c1a20ec7ba94677c6ce /src | |
parent | 28a742fb7573f38c99fc9d2a773f9c9a989a98e5 (diff) | |
download | skribilo-f82c8c6eb54560737fef15383702816fabe47fb4.tar.gz skribilo-f82c8c6eb54560737fef15383702816fabe47fb4.tar.lz skribilo-f82c8c6eb54560737fef15383702816fabe47fb4.zip |
info: Add to-do.
* src/guile/skribilo/engine/info.scm (document): Add TODO comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/skribilo/engine/info.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm index 3e1bcf7..d92e47f 100644 --- a/src/guile/skribilo/engine/info.scm +++ b/src/guile/skribilo/engine/info.scm @@ -83,6 +83,7 @@ ;* info-node ... */ ;*---------------------------------------------------------------------*/ (define (info-node node next prev up) + ;; info "(info) Expert Info" (print "\n") (format #t "File: ~a, Node: ~a, ~:[~*~;Next: ~a, ~]~:[~*~;Prev: ~a, ~]Up: ~a~%" (info-dest) node next next prev prev up)) @@ -222,6 +223,7 @@ footnotes) )))) ;; FIXME: Handle `:ending'. + ;; TODO: Emit a tag table (info "(info) Tags"). ))) ;*---------------------------------------------------------------------*/ |