Jump to content

Talk:Introduction to the OS/2 API Documentation: Difference between revisions

From EDM2
Prokushev (talk | contribs)
How to create namespace?
Add prototypes?
Line 1: Line 1:
== Prototypes? ==
Personally, I like to have C function prototypes in the documentation.  Not having used much of this project for my own ends (it's too sparse still), I can't say, but I believe it'll make it easier to see at a glance how to use the function.  Instead of wading through the parameter list.
That is, adding something like this to the API entries:
=== Prototype ===
APIRET DosBeep( ULONG frequency, ULONG duration );
----
: What do you ppl think? --[[User:Myrkraverk|Myrkraverk]] 00:17, 6 November 2007 (CET)
== SOM Namespace ==
Is SOM namespace exists?  ---[[User:Prokushev|Prokushev]]
Is SOM namespace exists?  ---[[User:Prokushev|Prokushev]]



Revision as of 01:17, 6 November 2007

Prototypes?

Personally, I like to have C function prototypes in the documentation. Not having used much of this project for my own ends (it's too sparse still), I can't say, but I believe it'll make it easier to see at a glance how to use the function. Instead of wading through the parameter list.

That is, adding something like this to the API entries:

Prototype

APIRET DosBeep( ULONG frequency, ULONG duration );

What do you ppl think? --Myrkraverk 00:17, 6 November 2007 (CET)

SOM Namespace

Is SOM namespace exists? ---Prokushev


Do you mean like <edm2 url>/SOM:<content link here>?

If so, I haven't done anything with SOM, but I think it is a great idea. Go for it!

I think there should also be something like <edm2 url>/DSOM:<content link here>. ---Daniel

Now THE QUESTION. How to create it? ;) According DSOM. Not sure we need separate DSOM from SOM. But can be usefull for CORBA compatability analyze.

---Prokushev