Re: libfdt: Add some documenting comments in libfdt.h

2007-10-24 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch adds some internal documentation in libfdt.h, in the form > of comments on the error codes and some functions. Only a couple of > functions are covered so far, leaving the documentation still woefully > inadequate, but hey, it's a start. >

Re: libfdt: Add some documenting comments in libfdt.h

2007-10-24 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch adds some internal documentation in libfdt.h, in the form > of comments on the error codes and some functions. Only a couple of > functions are covered so far, leaving the documentation still woefully > inadequate, but hey, it's a start. >

libfdt: Add some documenting comments in libfdt.h

2007-10-24 Thread David Gibson
This patch adds some internal documentation in libfdt.h, in the form of comments on the error codes and some functions. Only a couple of functions are covered so far, leaving the documentation still woefully inadequate, but hey, it's a start. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index