summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--cmake/packaging.cmake2
-rw-r--r--templates/xml/compound.xsd1
3 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52fd7e9..8572e6e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Doxygen
Doxygen is the de facto standard tool for generating documentation from
annotated C++ sources, but it also supports other popular programming
languages such as C, Objective-C, C#, PHP, Java, Python, IDL
-(Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl,
+(Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL,
and to some extent D.
Doxygen can help you in three ways:
diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake
index 0798b83..8915039 100644
--- a/cmake/packaging.cmake
+++ b/cmake/packaging.cmake
@@ -18,7 +18,7 @@ set(CPACK_PACKAGE_VENDOR "Dimitri van Heesch")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Generate documentation from C, C++, Java, Python and other languages")
set(CPACK_PACKAGE_DESCRIPTION "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources.
But many other popular programming languages are supported:
- C, Objective-C, C#, PHP, Java, Python, Fortran, VHDL, Tcl, D (some extent) and IDL (Corba, Microsoft, and UNO/OpenOffice flavors).
+ C, Objective-C, C#, PHP, Java, Python, Fortran, VHDL, D (some extent) and IDL (Corba, Microsoft, and UNO/OpenOffice flavors).
.
Three usages:
.
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index c7d872a..3dc5d9e 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -777,7 +777,6 @@
<xsd:enumeration value="VHDL" />
<xsd:enumeration value="XML" />
<xsd:enumeration value="SQL" />
- <xsd:enumeration value="Tcl" />
<xsd:enumeration value="Markdown" />
</xsd:restriction>
</xsd:simpleType>