summaryrefslogtreecommitdiffstats
path: root/doc/doxygen.1
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-08-13 10:18:25 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-08-13 10:18:25 (GMT)
commitc546894fc6c2af3ff81789893a5fb816c697ab73 (patch)
tree0d03b8407ac16ed512941712f236fe9fb2e24df2 /doc/doxygen.1
parentc82abe1f23ec55aa1d05f118c2bae3aac3b68296 (diff)
downloadDoxygen-c546894fc6c2af3ff81789893a5fb816c697ab73.zip
Doxygen-c546894fc6c2af3ff81789893a5fb816c697ab73.tar.gz
Doxygen-c546894fc6c2af3ff81789893a5fb816c697ab73.tar.bz2
Small corrections in distributed man pages
Diffstat (limited to 'doc/doxygen.1')
-rw-r--r--doc/doxygen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.1 b/doc/doxygen.1
index 1deb7b6..5ac287e 100644
--- a/doc/doxygen.1
+++ b/doc/doxygen.1
@@ -3,7 +3,7 @@
doxygen \- documentation system for various programming languages
.SH DESCRIPTION
Doxygen is a documentation system for C++, C, Java, Objective-C, IDL
-(Corba and Microsoft flavors) and to some extent PHP, C#, and D.
+(Corba and Microsoft flavors), Fortran, Python, VHDL and to some extent PHP, C#, and D.
.PP
You can use doxygen in a number of ways:
.TP
@@ -25,7 +25,7 @@ If - is used for configName doxygen will read from standard input.
.TP
4) Use doxygen to generate a template file controlling the layout of the generated documentation:
.IP
-doxygen -l layoutFileName.xml
+doxygen -l [layoutFileName.xml]
.TP
5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
.TP