@@ -46,7 +46,7 @@ the concatenation of all comment blocks found within the body of the method or f
4646Having more than one brief or detailed description is allowed (but not recommended,
4747as the order in which the descriptions will appear is not specified).
4848
49- As the name suggest , a brief description is
49+ As the name suggests , a brief description is
5050a short one-liner, whereas the detailed description provides longer,
5151more detailed documentation. An "in body" description can also act as a detailed
5252description or can describe a collection of implementation details.
@@ -221,7 +221,7 @@ on the order in which Doxygen parses the code.
221221Unlike most other documentation systems, Doxygen also allows you to put
222222the documentation of members (including global functions) in front of
223223the \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
225225implementer of the members more direct access to the documentation.
226226As a compromise the brief description could be placed before the
227227declaration and the detailed description before the member definition.
@@ -326,7 +326,7 @@ for the Qt style.
326326By default a Javadoc style documentation block behaves the same way as a
327327Qt style documentation block. This is not according the Javadoc specification
328328however, 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
330330\ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF" to YES in the configuration
331331file. If you enable this option and want to put a dot in the middle of a
332332sentence 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
353353
354354\subsubsection structuralcommands Documentation at other places
355355
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
357357front* of the declaration or definition of a file, class or namespace or *in
358358front* or *after* one of its members.
359359Although this is often comfortable, there may sometimes be reasons to put the
@@ -433,16 +433,16 @@ using structural commands:
433433 documentation. The disadvantage of this approach is that prototypes are
434434 duplicated, so all changes have to be made twice! Because of this you
435435 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
438438 a case where the \\fn command is redundant and will only lead to problems.
439439
440440 When you place a comment block in a file with one of the following extensions
441441 `.dox`, `.txt`, `.doc`, `.md` or `.markdown` or when the extension maps to
442442 `md` by means of the \ref cfg_extension_mapping "EXTENSION_MAPPING"
443443 then Doxygen will hide this file from the file list.
444444
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,
446446 you can show it as-is using \ref cmdverbinclude "\\verbinclude", e.g.
447447
448448\verbatim
@@ -481,7 +481,7 @@ documentation instead of <tt>\"\"\"</tt> use <tt>\"\"\"!</tt> or set
481481\note Instead of <tt>\"\"\"</tt> one can also use <tt>'''</tt>.
482482
483483There 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
485485way documentation blocks work for the other languages supported by Doxygen
486486and this also allows the use of special commands.
487487
@@ -497,14 +497,14 @@ Here is the same example again but now using Doxygen style comments:
497497 for the corresponding \mbox{\LaTeX} documentation that is generated by Doxygen.
498498 \endlatexonly
499499
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
501501\ref cfg_optimize_output_java "OPTIMIZE_OUTPUT_JAVA" to \c YES in the
502502configuration file.
503503
504504
505505\subsection vhdlblocks Comment blocks in VHDL
506506
507- For VHDL a comment normally start with "--". Doxygen will extract comments
507+ For VHDL a comment normally starts with "--". Doxygen will extract comments
508508starting with "--!". There are only two types of comment blocks in VHDL;
509509a one line "--!" comment representing a brief description, and a multi-line
510510"--!" comment (where the "--!" prefix is repeated for each line) representing
@@ -526,15 +526,15 @@ Here is an example VHDL file with Doxygen comments:
526526 for the corresponding \mbox{\LaTeX} documentation that is generated by Doxygen.
527527 \endlatexonly
528528
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>
530530Doxygen will handle `/``* ... *``/`as plain comments and `/``*! ... *``/`
531531style comments as special comments to be parsed by Doxygen.
532532
533533To get proper looking output you need to set
534534\ref cfg_optimize_output_vhdl "OPTIMIZE_OUTPUT_VHDL" to \c YES in the
535535configuration file. This will also affect a number of other settings. When they
536536were not already set correctly Doxygen will produce a warning telling which
537- settings where overruled.
537+ settings were overruled.
538538
539539\subsection fortranblocks Comment blocks in Fortran
540540
@@ -614,7 +614,7 @@ forms of additional markup on top of Markdown formatting.
614614 as specified in the <a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c042926_ISO_IEC_23270_2006(E).zip">C# standard</a>.
615615 See \ref xmlcmds for the XML commands supported by Doxygen.
616616
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
618618the <a href="https://en.wikipedia.org/wiki/HTML">HTML</a> markup language.
619619
620620\htmlonly
0 commit comments