Revised API documentation

This patch curates the API documentation to become suitable for the
functional specificaton, which is partially generated from the header
files.
This commit is contained in:
Norman Feske
2015-03-20 17:50:41 +01:00
committed by Christian Helmuth
parent 7441df33c9
commit eaac3cc1bd
107 changed files with 610 additions and 444 deletions

View File

@ -61,7 +61,7 @@ class Genode::Arg
* \param out_sign 1 if positive; -1 if negative
* \return true if no syntactic anomaly occured
*
* This function handles the numberic modifiers G (2^30),
* This method handles the numberic modifiers G (2^30),
* M (2^20), and K (2^10).
*/
bool read_ulong(unsigned long *out_value, int *out_sign) const
@ -228,7 +228,7 @@ class Genode::Arg_string
/**
* Append source string to destination string
*
* NOTE: check string length before calling this function!
* NOTE: check string length before calling this method!
*
* \return last character of result string
*/