diff options
-rw-r--r-- | doc/index.doc | 2 | ||||
-rw-r--r-- | doc/starting.doc | 3 |
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 | | .h |C / C++ | .M |Objective-C | .md |Markdown .H |C / C++ | .py |Python | .markdown |Markdown .hh |C / C++ | .pyw |Python | .ice |Slice |