summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-23 10:49:51 (GMT)
committerGitHub <noreply@github.com>2020-03-23 10:49:51 (GMT)
commit6fade6a259e000dd17e3ab86148866c84e092298 (patch)
treee408a1ed297165435ba9dae88abb8550cf0eebd7
parent58ea5cf320f08ae2ec3e5fbd02d82ca0ba4477a7 (diff)
parent9b6c44d71d58a95c455ad133511bab332fe82c6c (diff)
downloadDoxygen-6fade6a259e000dd17e3ab86148866c84e092298.zip
Doxygen-6fade6a259e000dd17e3ab86148866c84e092298.tar.gz
Doxygen-6fade6a259e000dd17e3ab86148866c84e092298.tar.bz2
Merge pull request #7661 from albert-github/feature/bug_docu_tcl
Documentation correction due to removal of Tcl
-rw-r--r--doc/index.doc2
-rw-r--r--doc/starting.doc3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.doc b/doc/index.doc
index 2148add..97aca86 100644
--- a/doc/index.doc
+++ b/doc/index.doc
@@ -30,7 +30,7 @@ Version: $(VERSION)
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, and to some extent D.
+(Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL and to some extent D.
Doxygen can help you in three ways:
<ol>
diff --git a/doc/starting.doc b/doc/starting.doc
index ceb4cfc..4c9823c 100644
--- a/doc/starting.doc
+++ b/doc/starting.doc
@@ -38,7 +38,7 @@ tries to be complete):
First, assure that your programming language has a reasonable chance of being
recognized by doxygen. These languages are supported by default: C, C++, C#,
-Objective-C, IDL, Java, VHDL, PHP, Python, Tcl, Fortran, and D. It
+Objective-C, IDL, Java, VHDL, PHP, Python, Fortran and D. It
is possible to configure certain file type extensions to use certain parsers:
see the \ref cfg_extension_mapping "Configuration/ExtensionMappings" for details.
Also, completely different languages can be supported by using preprocessor
@@ -119,6 +119,7 @@ Extension | Language | Extension | Language | Extension | Language
.ixx |C / C++ | .php5 |PHP | .vhdl |VHDL
.ipp |C / C++ | .inc |PHP | .ucf |VHDL
.i++ |C / C++ | .phtml |PHP | .qsf |VHDL
+.inl |C / C++ | .m |Objective-C | &nbsp; |&nbsp;
.h |C / C++ | .M |Objective-C | .md |Markdown
.H |C / C++ | .py |Python | .markdown |Markdown
.hh |C / C++ | .pyw |Python | .ice |Slice