diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:26 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:26 +0900 |
commit | b7b8bd24feb1363d7d84d030b9ea688fe2f149de (patch) | |
tree | 83a30b06a24a934bb4120199cd0c180ece6fc1ed /src/doxygen.md | |
parent | 046aece77e373b5280b56bf871fa6e974d06e85d (diff) | |
download | doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.tar.gz doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.tar.bz2 doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.zip |
Imported Upstream version 1.8.4upstream/1.8.4
Diffstat (limited to 'src/doxygen.md')
-rw-r--r-- | src/doxygen.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxygen.md b/src/doxygen.md index 736c6c6..7941149 100644 --- a/src/doxygen.md +++ b/src/doxygen.md @@ -6,7 +6,7 @@ Introduction This page provides a high-level overview of the internals of doxygen, with links to the relevant parts of the code. This document is intended for -developers who want to work on doxygen. Users of doxygen are refered to the +developers who want to work on doxygen. Users of doxygen are referred to the [User Manual](http://www.doxygen.org/manual.html). The generic starting point of the application is of cource the main() function. @@ -92,7 +92,7 @@ For doxygen specific concepts the following subclasses are available - GroupDef: for storing grouping related data - PageDef: for storing page related data -Finally the data for members of classes, namespaces, and files is stored is +Finally the data for members of classes, namespaces, and files is stored in the subclass MemberDef. Producing output |