Hello Alex,
Regarding the 'simple task': After some playing and crawling around the recent sources I've added an 'echo' module to 'bdsh' app.
OK, it's a start ..
I'm interested to make some improvements, so there is a need in some string operations. Seems that "str.h" file has necessary declarations, but it's not commented.
We usually don't write documentation comments into header files (except for documenting public data types, etc.), but into implementation files. What you are looking for is in
uspace/lib/c/generic/str.c This particular source file is documented and commented rather nicely.
Where can I find some recent code documentation (if exists)? Relevant information at http://www.helenos.org/documentation marked as 'obsolete'.
Admittedly, the lack of up-to-date reference documentation is our small Achilles' heel. But that does not mean that the source code is not commented and documented. The majority of the sources has reasonable documentation comments, so just try to look into the sources.
Improving the documentation and reestablishing our Doxygen toolchain might be also a good GSoC project ..
M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
