Description in IDL
See original GitHub issueFirstly, thank you very much for great improvements in version 3, especially IDL support, I really appreciate that!
I would like to migrate my project from programmatic definition to IDL. I spent quite long time with creating documentation via description()
in schema definitions, but I don’t see a way (I searched the docs) how to define it via IDL. Is there any possibility to define it (maybe I overlooked something) or it’s not possible?
Thanks a lot!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
About the Interface Definition Language Specification Version ...
This document specifies the OMG Interface Definition Language (IDL). IDL is a descriptive language used to define data types and interfaces in a...
Read more >What is IDL (interface definition language)? - TechTarget
3) IDL (interactive distance learning) is a general term for learning that takes place through remote telecommunication and that allows students to participate ......
Read more >IDL - MDN Web Docs Glossary: Definitions of Web-related terms
An IDL (Interface Description Language) is a generic language used to specified objects' interfaces apart from any specific programming ...
Read more >IDL Data Types - L3HarrisGeospatial.com
In IDL there are twelve basic, atomic data types, each with its own form of constant. The data type assigned to a variable...
Read more >InterfaceDescriptionLanguage - Device Description ... - W3C
IDL (Interface Definition Language) is a declarative language used to define the interfaces that objects expose to the public (so that client objects...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@vojtechmasa PR #449 is merged. this means after the next release we will honor empty lines as separation between comments and descriptions.
and yes: we will also document it.
I’m closing this now, because we answered your initial question. 😃
See #449