@@ -46,7 +46,7 @@ the concatenation of all comment blocks found within the body of the method or f
46
46
Having more than one brief or detailed description is allowed (but not recommended,
47
47
as the order in which the descriptions will appear is not specified).
48
48
49
- As the name suggest , a brief description is
49
+ As the name suggests , a brief description is
50
50
a short one-liner, whereas the detailed description provides longer,
51
51
more detailed documentation. An "in body" description can also act as a detailed
52
52
description or can describe a collection of implementation details.
@@ -221,7 +221,7 @@ on the order in which Doxygen parses the code.
221
221
Unlike most other documentation systems, Doxygen also allows you to put
222
222
the documentation of members (including global functions) in front of
223
223
the \e definition. This way the documentation can be placed in the source
224
- file instead of the header file. This keeps the header file compact, and allows the
224
+ file instead of the header file. This keeps the header file compact and allows the
225
225
implementer of the members more direct access to the documentation.
226
226
As a compromise the brief description could be placed before the
227
227
declaration and the detailed description before the member definition.
@@ -326,7 +326,7 @@ for the Qt style.
326
326
By default a Javadoc style documentation block behaves the same way as a
327
327
Qt style documentation block. This is not according the Javadoc specification
328
328
however, where the first sentence of the documentation block is automatically
329
- treated as a brief description. To enable this behavior you should set
329
+ treated as a brief description. To enable this behavior, you should set
330
330
\ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF" to YES in the configuration
331
331
file. If you enable this option and want to put a dot in the middle of a
332
332
sentence without ending it, you should put a backslash and a space after it.
@@ -353,7 +353,7 @@ block to automatically be treated as a brief description, one may set
353
353
354
354
\subsubsection structuralcommands Documentation at other places
355
355
356
- In the examples in the previous section the comment blocks were always located *in
356
+ In the examples in the previous section, the comment blocks were always located *in
357
357
front* of the declaration or definition of a file, class or namespace or *in
358
358
front* or *after* one of its members.
359
359
Although this is often comfortable, there may sometimes be reasons to put the
@@ -433,16 +433,16 @@ using structural commands:
433
433
documentation. The disadvantage of this approach is that prototypes are
434
434
duplicated, so all changes have to be made twice! Because of this you
435
435
should first consider if this is really needed, and avoid structural
436
- commands if possible. I often receive examples that contain \\fn command
437
- in comment blocks which are place in front of a function. This is clearly
436
+ commands if possible. I often receive examples that contain the \\fn command
437
+ in comment blocks which are placed in front of a function. This is clearly
438
438
a case where the \\fn command is redundant and will only lead to problems.
439
439
440
440
When you place a comment block in a file with one of the following extensions
441
441
`.dox`, `.txt`, `.doc`, `.md` or `.markdown` or when the extension maps to
442
442
`md` by means of the \ref cfg_extension_mapping "EXTENSION_MAPPING"
443
443
then Doxygen will hide this file from the file list.
444
444
445
- If you have a file that Doxygen cannot parse but still would like to document it,
445
+ If you have a file that Doxygen cannot parse but you still would like to document it,
446
446
you can show it as-is using \ref cmdverbinclude "\\verbinclude", e.g.
447
447
448
448
\verbatim
@@ -481,7 +481,7 @@ documentation instead of <tt>\"\"\"</tt> use <tt>\"\"\"!</tt> or set
481
481
\note Instead of <tt>\"\"\"</tt> one can also use <tt>'''</tt>.
482
482
483
483
There is also another way to document Python code using comments that
484
- start with "##" or "##<". These type of comment blocks are more in line with the
484
+ start with "##" or "##<". These types of comment blocks are more in line with the
485
485
way documentation blocks work for the other languages supported by Doxygen
486
486
and this also allows the use of special commands.
487
487
@@ -497,14 +497,14 @@ Here is the same example again but now using Doxygen style comments:
497
497
for the corresponding \mbox{\LaTeX} documentation that is generated by Doxygen.
498
498
\endlatexonly
499
499
500
- Since python looks more like Java than like C or C++, you should set
500
+ Since Python looks more like Java than like C or C++, you should set
501
501
\ref cfg_optimize_output_java "OPTIMIZE_OUTPUT_JAVA" to \c YES in the
502
502
configuration file.
503
503
504
504
505
505
\subsection vhdlblocks Comment blocks in VHDL
506
506
507
- For VHDL a comment normally start with "--". Doxygen will extract comments
507
+ For VHDL a comment normally starts with "--". Doxygen will extract comments
508
508
starting with "--!". There are only two types of comment blocks in VHDL;
509
509
a one line "--!" comment representing a brief description, and a multi-line
510
510
"--!" comment (where the "--!" prefix is repeated for each line) representing
@@ -526,15 +526,15 @@ Here is an example VHDL file with Doxygen comments:
526
526
for the corresponding \mbox{\LaTeX} documentation that is generated by Doxygen.
527
527
\endlatexonly
528
528
529
- As of VHDL 2008 it is also possible to use `/``*` style comments.<br>
529
+ As of VHDL 2008, it is also possible to use `/``*` style comments.<br>
530
530
Doxygen will handle `/``* ... *``/`as plain comments and `/``*! ... *``/`
531
531
style comments as special comments to be parsed by Doxygen.
532
532
533
533
To get proper looking output you need to set
534
534
\ref cfg_optimize_output_vhdl "OPTIMIZE_OUTPUT_VHDL" to \c YES in the
535
535
configuration file. This will also affect a number of other settings. When they
536
536
were not already set correctly Doxygen will produce a warning telling which
537
- settings where overruled.
537
+ settings were overruled.
538
538
539
539
\subsection fortranblocks Comment blocks in Fortran
540
540
@@ -614,7 +614,7 @@ forms of additional markup on top of Markdown formatting.
614
614
as specified in the <a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c042926_ISO_IEC_23270_2006(E).zip">C# standard</a>.
615
615
See \ref xmlcmds for the XML commands supported by Doxygen.
616
616
617
- If this is still not enough Doxygen also supports a \ref htmlcmds "subset" of
617
+ If this is still not enough, Doxygen also supports a \ref htmlcmds "subset" of
618
618
the <a href="https://en.wikipedia.org/wiki/HTML">HTML</a> markup language.
619
619
620
620
\htmlonly
0 commit comments