summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/manual_org.dox27
-rw-r--r--Doxyfile2
2 files changed, 28 insertions, 1 deletions
diff --git a/Documentation/manual_org.dox b/Documentation/manual_org.dox
new file mode 100644
index 0000000000..f9cb238a4b
--- /dev/null
+++ b/Documentation/manual_org.dox
@@ -0,0 +1,27 @@
+/** @page manual_org Organisation of this Manual
+
+There is no fixed organisation in this manual, as various source files forwards
+their content into different parts. So there are more visible menu entries,
+than listed here. But these files are the main control files:
+
+ - Documentation
+ - Documentation/Doxyfile
+ - Documentation/uboot-main.dox
+ - Documentation/users_manual.dox
+ - Documentation/commands.dox
+ - Documentation/developers_manual.dox
+ - board/board.dox
+ - arch/architecture.dox
+ - arch/arm/mach-arm.dox
+ - arch/blackfin/mach-bf.dox
+ - arch/ppc/mach-ppc.dox
+ - Documentation/parameters.dox
+ - Documentation/boards.dox
+ - various documentation files from the board directory
+
+New commands should forward their content to Documentation/commands.dox, so
+their pages should be listed in this file.
+
+New boards should forward their content to Documentation/boards.dox, so
+their pages should be listed in this file.
+*/ \ No newline at end of file
diff --git a/Doxyfile b/Doxyfile
index 48dcb72fd4..5d68f78d3f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = UBoot
+PROJECT_NAME = U-Boot
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or