mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* More documentation updates
@ 2010-11-15  9:02 Robert Schwebel
  2010-11-15  9:02 ` [PATCH 1/3] doc: sort list alphabetically Robert Schwebel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Schwebel @ 2010-11-15  9:02 UTC (permalink / raw)
  To: barebox

This series contains some further documentation updates for next. Please
pull here:

The following changes since commit b960023b46dd6c8195b50f531e867fc1b9515220:

  pcm037: Fix compilation warning. (2010-11-15 09:20:47 +0100)

are available in the git repository at:
  git://git.pengutronix.de/git/rsc/barebox for-mainline-doc

Robert Schwebel (3):
      doc: sort list alphabetically
      doc: add missing commands
      doc: put barebox version into documentation

 .gitignore                 |    3 ++
 Documentation/commands.dox |   67 ++++++++++++++++++++++++++++++++++++++++++-
 Doxyfile                   |    2 +-
 Makefile                   |    7 +++-
 4 files changed, 74 insertions(+), 5 deletions(-)


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] doc: sort list alphabetically
  2010-11-15  9:02 More documentation updates Robert Schwebel
@ 2010-11-15  9:02 ` Robert Schwebel
  2010-11-15  9:02 ` [PATCH 2/3] doc: add missing commands Robert Schwebel
  2010-11-15  9:02 ` [PATCH 3/3] doc: put barebox version into documentation Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2010-11-15  9:02 UTC (permalink / raw)
  To: barebox

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 Documentation/commands.dox |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 27eb511..7263576 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -34,7 +34,7 @@ available in @a Barebox:
 @li @subpage gpio_set_value_command
 @li @subpage gpio_direction_input_command
 @li @subpage gpio_direction_output_command
-@li @subpage tftp_command
+@li @subpage linux16_command
 @li @subpage loadenv_command
 @li @subpage ls_command
 @li @subpage mount_command
@@ -42,7 +42,7 @@ available in @a Barebox:
 @li @subpage protect_command
 @li @subpage saveenv_command
 @li @subpage setenv_command
+@li @subpage tftp_command
 @li @subpage unprotect_command
-@li @subpage linux16_command
 
 */
-- 
1.7.2.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/3] doc: add missing commands
  2010-11-15  9:02 More documentation updates Robert Schwebel
  2010-11-15  9:02 ` [PATCH 1/3] doc: sort list alphabetically Robert Schwebel
@ 2010-11-15  9:02 ` Robert Schwebel
  2010-11-15  9:02 ` [PATCH 3/3] doc: put barebox version into documentation Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2010-11-15  9:02 UTC (permalink / raw)
  To: barebox

This patch adds command entries for all commands available in barebox.
However, as there is no documentation for all of these commands, 'make
docs' will now spit out warnings.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 Documentation/commands.dox |   63 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 7263576..5ef7829 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -15,34 +15,97 @@ available in @a Barebox:
 
 \todo Sort this by functionality?
 
+@li @subpage _name
 @li @subpage addpart_command
+@li @subpage alternate
 @li @subpage bmp_command
 @li @subpage bootm_command
+@li @subpage bootu
+@li @subpage bootz
 @li @subpage cat_command
 @li @subpage cd_command
 @li @subpage clear_command
+@li @subpage clko
 @li @subpage cp_command
+@li @subpage cpufreq
+@li @subpage cpuinfo
 @li @subpage crc_command
+@li @subpage crc32
 @li @subpage delpart_command
 @li @subpage devinfo_command
 @li @subpage dfu_command
+@li @subpage dhcp
+@li @subpage dump_clocks
 @li @subpage echo_command
 @li @subpage edit_command
 @li @subpage erase_command
+@li @subpage ethact
+@li @subpage exec
+@li @subpage exit
 @li @subpage export_command
+@li @subpage false
+@li @subpage getopt
 @li @subpage gpio_get_value_command
 @li @subpage gpio_set_value_command
 @li @subpage gpio_direction_input_command
 @li @subpage gpio_direction_output_command
+@li @subpage go
+@li @subpage help
+@li @subpage host
+@li @subpage i2c_probe
+@li @subpage i2c_read
+@li @subpage i2c_write
+@li @subpage icache
+@li @subpage iminfo
+@li @subpage insmod
 @li @subpage linux16_command
 @li @subpage loadenv_command
+@li @subpage loadb
+@li @subpage loady
+@li @subpage loadxc
+@li @subpage login
 @li @subpage ls_command
+@li @subpage lsmod
+@li @subpage md
+@li @subpage memcmp
+@li @subpage meminfo
+@li @subpage memset
+@li @subpage menu
+@li @subpage mkdir
 @li @subpage mount_command
+@li @subpage mtest
+@li @subpage mw
+@li @subpage mycdev
+@li @subpage nand
+@li @subpage nand_boot_test
+@li @subpage nfs
+@li @subpage passwd
+@li @subpage ping
 @li @subpage printenv_command
 @li @subpage protect_command
+@li @subpage pwd
+@li @subpage readline
+@li @subpage reset
+@li @subpage rarpboot
+@li @subpage reginfo
+@li @subpage rm
+@li @subpage rmdir
 @li @subpage saveenv_command
 @li @subpage setenv_command
+@li @subpage sh
+@li @subpage sleep
+@li @subpage source
+@li @subpage test
+@li @subpage timeout
+@li @subpage true
 @li @subpage tftp_command
+@li @subpage ubiattach
+@li @subpage ubimkvol
+@li @subpage ubirmvol
+@li @subpage umount
+@li @subpage unlzo
 @li @subpage unprotect_command
+@li @subpage usb
+@li @subpage version
 
 */
-- 
1.7.2.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 3/3] doc: put barebox version into documentation
  2010-11-15  9:02 More documentation updates Robert Schwebel
  2010-11-15  9:02 ` [PATCH 1/3] doc: sort list alphabetically Robert Schwebel
  2010-11-15  9:02 ` [PATCH 2/3] doc: add missing commands Robert Schwebel
@ 2010-11-15  9:02 ` Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2010-11-15  9:02 UTC (permalink / raw)
  To: barebox

Currently the documentation does always claim to be version 1. We add
the revision plus the git version to the manual.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 .gitignore |    3 +++
 Doxyfile   |    2 +-
 Makefile   |    7 +++++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2c580c6..4a45113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,9 @@ include/config
 include/linux/compile.h
 include/generated
 
+# Generated files
+Doxyfile.version
+
 # stgit generated dirs
 patches-*
 
diff --git a/Doxyfile b/Doxyfile
index d9ce22c..89151e3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = barebox
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1
+@INCLUDE               = Doxyfile.version
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/Makefile b/Makefile
index ae32b50..4e1c011 100644
--- a/Makefile
+++ b/Makefile
@@ -762,6 +762,9 @@ include/config/kernel.release: include/config/auto.conf FORCE
 	$(Q)rm -f $@
 	$(Q)echo $(kernelrelease) > $@
 
+Doxyfile.version: include/config/auto.conf FORCE
+	$(Q)rm -f $@
+	$(Q)echo "PROJECT_NUMBER = $(KERNELRELEASE)" > $@
 
 # Things we need to do before we recursively start building the kernel
 # or the modules are listed in "prepare".
@@ -973,7 +976,7 @@ endif # CONFIG_MODULES
 CLEAN_DIRS  += $(MODVERDIR)
 CLEAN_FILES +=	barebox System.map include/generated/barebox_default_env.h \
                 .tmp_version .tmp_barebox* barebox.bin barebox.S \
-		.tmp_kallsyms* barebox_default_env barebox.ldr
+		.tmp_kallsyms* barebox_default_env barebox.ldr Doxyfile.version
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include2 usr/include
@@ -1098,7 +1101,7 @@ help:
 
 docs : htmldocs
 
-htmldocs:
+htmldocs: Doxyfile.version
 	@echo  'Running doxygen with local Doxyfile'
 	$(Q)doxygen Doxyfile
 
-- 
1.7.2.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-15  9:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-15  9:02 More documentation updates Robert Schwebel
2010-11-15  9:02 ` [PATCH 1/3] doc: sort list alphabetically Robert Schwebel
2010-11-15  9:02 ` [PATCH 2/3] doc: add missing commands Robert Schwebel
2010-11-15  9:02 ` [PATCH 3/3] doc: put barebox version into documentation Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox