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:
committed by
Christian Helmuth
parent
7441df33c9
commit
eaac3cc1bd
@@ -26,12 +26,15 @@ namespace Genode { class Session; }
|
||||
|
||||
/**
|
||||
* Base class of session interfaces
|
||||
*
|
||||
* Each session interface must implement the function 'service_name'
|
||||
* ! static const char *service_name();
|
||||
* This function returns the name of the service provided via the session
|
||||
* interface.
|
||||
*/
|
||||
class Genode::Session { };
|
||||
class Genode::Session
|
||||
{
|
||||
/*
|
||||
* Each session interface must implement the class function 'service_name'
|
||||
* ! static const char *service_name();
|
||||
* This function returns the name of the service provided via the session
|
||||
* interface.
|
||||
*/
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__SESSION_H_ */
|
||||
|
||||
Reference in New Issue
Block a user