|
Post by pudding on Feb 17, 2004 21:47:56 GMT
Just started to use Cod2Doc to document my B3d Extensions Library - it's very cool!
I'd like to use the userlib trick to get f1 function help, but it seems that Blitz won't allow function definitions to use types in decls.
e.g. EXT_UpdateEntity(ext.EXT_Entity)
Any chance you could have cod2doc write just the name of the type (and not the variable) if a function uses a type?
e.g. EXT_UpdateEntity(EXT_Entity)
It would save some search and replace hassles and it seems like something other people might find useful too...
-Pudding
|
|
|
Post by RepeatUntil on Feb 19, 2004 22:42:04 GMT
Thanks using Cod2Doc! Effectively, I have never checked decls with types... I will see what is possible to be done within Cod2Doc. Stay tuned...
|
|
|
Post by RepeatUntil on Apr 25, 2004 9:47:20 GMT
I am now working on the next version of Cod2Doc. Pudding, I have implemented exactly what you suggested! You were right, when one of the argument of the funtion was a type, then there was a problem with the decls file (with the userlib option). In the next version, it will be correct, and as you suggested!!
|
|