diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-21 20:48:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 20:48:23 (GMT) |
commit | 94a52469b177703d3e0d94bed6c4a48bddba18cb (patch) | |
tree | dc8ef1d93e86cb007ff473788dfc147938084c0a /doc | |
parent | c281d4742d9133744609337cd2631d87ecf11779 (diff) | |
parent | c546894fc6c2af3ff81789893a5fb816c697ab73 (diff) | |
download | Doxygen-94a52469b177703d3e0d94bed6c4a48bddba18cb.zip Doxygen-94a52469b177703d3e0d94bed6c4a48bddba18cb.tar.gz Doxygen-94a52469b177703d3e0d94bed6c4a48bddba18cb.tar.bz2 |
Merge pull request #6441 from albert-github/feature/bug_distributed_man
Small corrections in distributed man pages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen.1 | 4 | ||||
-rw-r--r-- | doc/doxyindexer.1 | 2 | ||||
-rw-r--r-- | doc/doxysearch.1 | 4 |
3 files changed, 5 insertions, 5 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 diff --git a/doc/doxyindexer.1 b/doc/doxyindexer.1 index ae4b282..b0d46d0 100644 --- a/doc/doxyindexer.1 +++ b/doc/doxyindexer.1 @@ -3,7 +3,7 @@ doxyindexer \- creates a search index from raw search data .SH SYNOPSIS .B doxyindexer -[\fI-o output_dir\fR] \fIsearchdata.xml \fR[\fIsearchdata2.xml\fR...] ] +[\fI-o output_dir\fR] \fIsearchdata.xml \fR[\fIsearchdata2.xml\fR...] .SH DESCRIPTION Generates a search index called \fBdoxysearch.db\fR from one or more search data files produced by doxygen. Use diff --git a/doc/doxysearch.1 b/doc/doxysearch.1 index a00124f..a26107b 100644 --- a/doc/doxysearch.1 +++ b/doc/doxysearch.1 @@ -2,10 +2,10 @@ .SH NAME doxysearch.cgi \- search engine used for searching in doxygen documentation. .SH SYNOPSIS -.B doxyindexer.cgi +.B doxysearch.cgi .SH DESCRIPTION CGI binary that is used by doxygen generated HTML output to search for words. The tool uses the search index called \fBdoxysearch.db\fR produced by doxyindexer. .SH SEE ALSO -doxygen(1), doxysearch(1), doxywizard(1). +doxygen(1), doxyindexer(1), doxywizard(1). |