diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 13:32:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-15 13:32:12 (GMT) |
commit | 48a7afc0caf69857a42b0fe1963db3440cb4000f (patch) | |
tree | 9a63e2b3750a56174811aace9992b34542e5ae1d /templates | |
parent | 43420bd77408559cb66c83e9ce601426b371bc74 (diff) | |
download | Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.zip Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.tar.gz Doxygen-48a7afc0caf69857a42b0fe1963db3440cb4000f.tar.bz2 |
Remove support for TCL (code is too buggy and unmaintained, language not very popular)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/htmlmemdef.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/html/htmlmemdef.tpl b/templates/html/htmlmemdef.tpl index cb9c9e0..e847732 100644 --- a/templates/html/htmlmemdef.tpl +++ b/templates/html/htmlmemdef.tpl @@ -29,7 +29,6 @@ <tr><td class="memname"> {{ member.definition }} {# write argument list #} - {# TODO: TCL #} {% if member.hasParameters %} {% if member.isObjCMethod %} {% if member.parameters %} |