diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:51:13 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:51:13 +0900 |
commit | b65cb2d67b946445ba89e1938cee8527969922cd (patch) | |
tree | e3aff002a9b580aef8a80eb3823786993c3a5c64 /examples | |
parent | 738086af77ab085837d0044a33a5d954a3edc6f5 (diff) | |
download | doxygen-b65cb2d67b946445ba89e1938cee8527969922cd.tar.gz doxygen-b65cb2d67b946445ba89e1938cee8527969922cd.tar.bz2 doxygen-b65cb2d67b946445ba89e1938cee8527969922cd.zip |
Imported Upstream version 1.8.7upstream/1.8.7
Diffstat (limited to 'examples')
-rw-r--r-- | examples/include.cpp | 2 | ||||
-rw-r--r-- | examples/mux.vhdl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/include.cpp b/examples/include.cpp index c50ab96..674ad13 100644 --- a/examples/include.cpp +++ b/examples/include.cpp @@ -13,7 +13,7 @@ class Test * Our main function starts like this: * \skip main * \until { - * First we create a object \c t of the Test class. + * First we create an object \c t of the Test class. * \skipline Test * Then we call the example member function * \line example diff --git a/examples/mux.vhdl b/examples/mux.vhdl index 211e56e..e2c6345 100644 --- a/examples/mux.vhdl +++ b/examples/mux.vhdl @@ -21,7 +21,7 @@ entity mux_using_with is ); end entity; ---! @brief Architure definition of the MUX +--! @brief Architecture definition of the MUX --! @details More details about this mux element. architecture behavior of mux_using_with is begin |