Some consistency in IDL please
Bernard Marcelly <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
Hello, This is not a problem, just an annoyance which could be avoided. I downloaded the Dev SDK for version 3.3, and run a grep tool on all IDL files, to find out which files contain the string : @since The following remarks are also valid for previous versions. For the latest version 3.3.0 I found these variants, on various IDLs: @since OpenOffice.org 3.3 @since OOo 3.3 @since OOo 3.3.0 @since OOo3.3 @since OpenOffice.org 3.3 Please, API developers, could you stick to one rule ? :-) Special comment for com/sun/star/text/TextMarkupType.idl which contains these: /// @since OOo 3.3 /// @since OOo 3.0.1 Not only are they invisible from a Browser, but they render invisible other information. Which is incorrect, the IDL file, the IDL formatter, both? Regards Bernard