diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-01-25 19:13:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-01-25 19:13:45 (GMT) |
commit | 6dfd523718e5879b9da5b95134572c9326b0dc80 (patch) | |
tree | 780c07480ee74f597cbc9d648395f40c59c9fd16 | |
parent | e2d6613fa3c5790d69e9383fbe1b9286ab1bf7bd (diff) | |
parent | d01585fb46d3d6664c3adc817995619d95010ae1 (diff) | |
download | Doxygen-6dfd523718e5879b9da5b95134572c9326b0dc80.zip Doxygen-6dfd523718e5879b9da5b95134572c9326b0dc80.tar.gz Doxygen-6dfd523718e5879b9da5b95134572c9326b0dc80.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r-- | src/htmlattrib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlattrib.h b/src/htmlattrib.h index ea3bd04..0a7673f 100644 --- a/src/htmlattrib.h +++ b/src/htmlattrib.h @@ -18,7 +18,7 @@ #include <vector> #include <qcstring.h> -/*! \brief Class reprenting a HTML attibute. */ +/*! \brief Class representing a HTML attribute. */ struct HtmlAttrib { QCString name; |