diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-03-23 15:44:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 15:44:08 (GMT) |
commit | 675e8aa7627a510ed0917a1b085f9647a0e13ccb (patch) | |
tree | 0097895344a62304ac44e1a2074cdd203d8de517 /cmake | |
parent | 6fade6a259e000dd17e3ab86148866c84e092298 (diff) | |
parent | 657605d0b26c0d66036073c5deeddff21ad9f6d9 (diff) | |
download | Doxygen-675e8aa7627a510ed0917a1b085f9647a0e13ccb.zip Doxygen-675e8aa7627a510ed0917a1b085f9647a0e13ccb.tar.gz Doxygen-675e8aa7627a510ed0917a1b085f9647a0e13ccb.tar.bz2 |
Merge pull request #7662 from albert-github/feature/bug_remove_tcl_2
Correction due to removal of Tcl
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/packaging.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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: . |