summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-01-12 12:41:04 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-01-12 12:41:04 (GMT)
commit4b51e6113f1e9e20a5700840d83f1c3928d84825 (patch)
tree69e1d3d77fe6a21926f132d6fd80c5fe00ceccbb /doc/docblocks.doc
parenta642629761d43d53f3ade41c78530d0c7228a84d (diff)
downloadDoxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.zip
Doxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.tar.gz
Doxygen-4b51e6113f1e9e20a5700840d83f1c3928d84825.tar.bz2
Documentation corrections
Corrected some spelling errors and added / correceted some references
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r--doc/docblocks.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 1b96361..b86ed89 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -461,7 +461,7 @@ When using doxygen for Fortran code you should
set \ref cfg_optimize_for_fortran "OPTIMIZE_FOR_FORTRAN" to \c YES.
For Fortran "!>" or "!<" starts a comment and "!!" or "!>" can be used to
-continuate a one line comment into a multi-line comment.
+continue an one line comment into a multi-line comment.
Here is an example of a documented Fortran subroutine:
\verbatim
@@ -476,7 +476,7 @@ Here is an example of a documented Fortran subroutine:
Type(SpMtx), intent(out) :: Restrict !< Our restriction matrix
\endverbatim
-As a alternative you can also use comments in fixed format code:
+As an alternative you can also use comments in fixed format code:
\verbatim
C> Function comment
@@ -541,7 +541,7 @@ commands without the leading namespace use p.e.:
\verbatim TCL_SUBST = class itcl:class body itcl:body \endverbatim
-->
-Following is a example using doxygen style comments:
+Following is an example using doxygen style comments:
\include tclexample.tcl
\htmlonly