summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-01-03 15:37:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-01-03 15:37:34 (GMT)
commit4f80d144f98fc998de5118855eec73797a65bf2e (patch)
treeeffd54caf7c9372abb85825ec41f3bd90172561f /doc/commands.doc
parent89ef13dbb6c8ac81a9c118f4f031c45cdc66e3a3 (diff)
downloadDoxygen-4f80d144f98fc998de5118855eec73797a65bf2e.zip
Doxygen-4f80d144f98fc998de5118855eec73797a65bf2e.tar.gz
Doxygen-4f80d144f98fc998de5118855eec73797a65bf2e.tar.bz2
Adjusted Doxygen to doxygen in running text in the manual
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 313e518..a7af089 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -876,7 +876,7 @@ Structural indicators
Indicates that the member documented by the comment block is private,
i.e., should only be accessed by other members in the same class.
- Note that Doxygen automatically detects the protection level of members
+ Note that doxygen automatically detects the protection level of members
in object-oriented languages. This command is intended for use only when
the language does not support the concept of protection level natively
(e.g. C, PHP 4).
@@ -919,7 +919,7 @@ Structural indicators
i.e., should only be accessed by other members in the same or derived
classes.
- Note that Doxygen automatically detects the protection level of members
+ Note that doxygen automatically detects the protection level of members
in object-oriented languages. This command is intended for use only when
the language does not support the concept of protection level natively
(e.g. C, PHP 4).
@@ -960,7 +960,7 @@ Structural indicators
Indicates that the member documented by the comment block is public,
i.e., can be accessed by any other class or function.
- Note that Doxygen automatically detects the protection level of members
+ Note that doxygen automatically detects the protection level of members
in object-oriented languages. This command is intended for use only when
the language does not support the concept of protection level natively
(e.g. C, PHP 4).