summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-31 19:34:19 +0200
committerPeter Simons <simons@cryp.to>2009-07-31 19:34:19 +0200
commitf6d6e113f7b864d40878a49e987d8158441f88a0 (patch)
tree21cf8281ab12a83abc9b8cbd7afed0252ee3b1fa /TODO
parenta0748a290c9969149025535e13c269f66fbe1752 (diff)
downloadautoconf-archive-f6d6e113f7b864d40878a49e987d8158441f88a0.tar.gz
TODO: documented current limitations of macro.py
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 88bae11..254126c 100644
--- a/TODO
+++ b/TODO
@@ -52,3 +52,14 @@
If you have an account Savannah, simply request access to the Autoconf
Archive's repository so that you can use git push.
+
+* TODO Recognize cross-links in macro documentation.
+
+ Macros often refer to other entries in the archive. The macro2html and
+ macro2texi scripts should recognize those references and generate appropriate
+ links in the output.
+
+* TODO Recognize URIs in macro documentation.
+
+ Some macros feature http or mailto URIs. The generator scripts should
+ recognize those and generate appropriate hyperlinks output (where feasible).