diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-04 14:15:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-04 14:15:23 (GMT) |
commit | e90eb41e09adeb8970ef9a64fb8f163f068d7b17 (patch) | |
tree | 431650e77325cdf55ef9e710fd0ac1a9d87d3486 /examples | |
parent | cd76bda7e377a14bd6b3d321425cf462a46a3f75 (diff) | |
download | Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.zip Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.gz Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.bz2 |
Release-1.2.8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/jdstyle.cpp | 2 | ||||
-rw-r--r-- | examples/qtstyle.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/jdstyle.cpp b/examples/jdstyle.cpp index bbd2149..bd8b9a7 100644 --- a/examples/jdstyle.cpp +++ b/examples/jdstyle.cpp @@ -34,7 +34,7 @@ class Test /** * a normal member taking two arguments and returning an integer value. * @param a an integer argument. - * @param s a constant chararcter pointer. + * @param s a constant character pointer. * @see Test() * @see ~Test() * @see testMeToo() diff --git a/examples/qtstyle.cpp b/examples/qtstyle.cpp index de5ad34..e24d541 100644 --- a/examples/qtstyle.cpp +++ b/examples/qtstyle.cpp @@ -36,7 +36,7 @@ class Test //! A normal member taking two arguments and returning an integer value. /*! \param a an integer argument. - \param s a constant chararcter pointer. + \param s a constant character pointer. \return The test results \sa Test(), ~Test(), testMeToo() and publicVar() */ |