diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-06 19:19:25 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-02-06 19:19:25 -0800 |
commit | 885a2f5b96697e3aca9a5b9deb855d6d025c5021 (patch) | |
tree | 44f66fa62606d7105465f37de0d5f7f2784bc76e /doc | |
parent | 6f262b69f407e5982be9858d66b5dda6835a2e28 (diff) | |
download | openocd+libswd-885a2f5b96697e3aca9a5b9deb855d6d025c5021.tar.gz openocd+libswd-885a2f5b96697e3aca9a5b9deb855d6d025c5021.tar.bz2 openocd+libswd-885a2f5b96697e3aca9a5b9deb855d6d025c5021.tar.xz openocd+libswd-885a2f5b96697e3aca9a5b9deb855d6d025c5021.zip |
Re-title Developer's Guide
The Doxygen output was previously titled "OpenOCD Reference Manual",
which was quite misleading ... the User's Guide is the reference
manual which folk should consult about how to use the software.
Just rename it to match how it's been discussed previously, and to
bring out its intended audience: developers of this software. As a
rule, Doxygen is only for folk who work with the code it documents.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt index 8e764643..2b6e7e1f 100644 --- a/doc/manual/main.txt +++ b/doc/manual/main.txt @@ -1,6 +1,6 @@ -/** @mainpage OpenOCD Reference Manual +/** @mainpage OpenOCD Developer's Guide -Welcome to the OpenOCD Reference Manual -- the developer's resource for +Welcome to the OpenOCD Developer's Guide -- the developer's resource for learning about the internal architecture of the OpenOCD project. @par In addition, this document contains the tactical and strategic plans |