Skip to content

Commit

Permalink
Documentation correction due to removal of Tcl
Browse files Browse the repository at this point in the history
- there were still references to Tcl
- 2 entries were accidentally removed from the table with fiel extensions.
  • Loading branch information
albert-github committed Mar 23, 2020
1 parent 58ea5cf commit 9b6c44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.doc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion doc/starting.doc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b6c44d

Please sign in to comment.