4d / docs

Products Documentation
Creative Commons Attribution 4.0 International
6 stars 20 forks source link

Comment on: Documenting a project #200

Closed DpadamsX closed 2 years ago

DpadamsX commented 3 years ago

Great stuff! MarkDown is fantastic, and 4D's support seems quite nice.

A couple of glitches:

# Description
**DescriptionH1** (Text; Longint) : Text

I've tried ## Description instead, and have tried to put an extra CR after the end. No difference.

Other ideas:

Method_GetPrototype (Method name) : Text that you display in the hover now.

Sounds like you're supporting overloading (pure evil). If so

Method_GetPrototypes (Method name) : Collection of texts that you display in the hover for some obects now.

Better:

*Method_GetParameters (Method name) : Collection

For the moment, parameters only have the attributes # and label (using the def system). The options would be a lot richer and better with a few more attributes on def:

arnaud4d commented 2 years ago

Hello, thank you for reporting the typo, it has been fixed.

Please post feature requests on the dedicated 4d forum, where they will be registered properly.

Thank you