diff options
author | albert-github <albert.tests@gmail.com> | 2018-12-10 15:58:55 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-12-10 15:58:55 (GMT) |
commit | a13344184fca8596205d3b939efac8c31c8196b2 (patch) | |
tree | 783ec6d3f1805016538c582776899be05605e306 /doc/starting.doc | |
parent | 6a2f18b954cb9daf5f48db52b75ac68339f687a3 (diff) | |
download | Doxygen-a13344184fca8596205d3b939efac8c31c8196b2.zip Doxygen-a13344184fca8596205d3b939efac8c31c8196b2.tar.gz Doxygen-a13344184fca8596205d3b939efac8c31c8196b2.tar.bz2 |
Update parsing extension table in documentation
The text underneath the table in the documentation regarding the use of extensions was not correct.
Also added the C / C++ category and made the table a bit better readable.
Diffstat (limited to 'doc/starting.doc')
-rw-r--r-- | doc/starting.doc | 58 |
1 files changed, 26 insertions, 32 deletions
diff --git a/doc/starting.doc b/doc/starting.doc index 64d3be0..f9ae9a2 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -106,38 +106,32 @@ To omit all \c test directories from a source tree for instance, one could use: Doxygen looks at the file's extension to determine how to parse a file, using the following table: -Extension | Language ----------:|--------- -.idl |IDL -.ddl |IDL -.odl |IDL -.java |Java -.cs |C# -.d |D -.php |PHP -.php4 |PHP -.php5 |PHP -.inc |PHP -.phtml |PHP -.m |Objective-C -.M |Objective-C -.mm |Objective-C -.py |Python -.f |Fortran -.for |Fortran -.f90 |Fortran -.f95 |Fortran -.f03 |Fortran -.f08 |Fortran -.vhd |VHDL -.vhdl |VHDL -.tcl |TCL -.ucf |VHDL -.qsf |VHDL -.md |Markdown -.markdown |Markdown - -Any other extension is parsed as if it is a C/C++ file. +Extension | Language | Extension | Language | Extension | Language +---------:|--------- | ---------:|------------- | ---------:|--------- +.dox |C / C++ | .idl |IDL | .f |Fortran +.doc |C / C++ | .ddl |IDL | .for |Fortran +.c |C / C++ | .odl |IDL | .f90 |Fortran +.cc |C / C++ | .java |Java | .f95 |Fortran +.cxx |C / C++ | .cs |C# | .f03 |Fortran +.cpp |C / C++ | .d |D | .f08 |Fortran +.c++ |C / C++ | .php |PHP | .vhd |VHDL +.ii |C / C++ | .php4 |PHP | .vhdl |VHDL +.ixx |C / C++ | .php5 |PHP | .ucf |VHDL +.ipp |C / C++ | .inc |PHP | .qsf |VHDL +.i++ |C / C++ | .phtml |PHP | .tcl |TCL +.inl |C / C++ | .m |Objective-C | .md |Markdown +.h |C / C++ | .M |Objective-C | .markdown |Markdown +.H |C / C++ | .py |Python | .ice |Slice +.hh |C / C++ | .pyw |Python | | | +.HH |C / C++ | | | | | +.hxx |C / C++ | | | | | +.hpp |C / C++ | | | | | +.h++ |C / C++ | | | | | +.mm |C / C++ | | | | | + +Any other extension is not parsed unless it is added to +\ref cfg_file_patterns "FILE_PATTERNS" and the appropriate +\ref cfg_extension_mapping "EXTENSION_MAPPING" is set. \anchor extract_all If you start using doxygen for an existing project (thus without any |